# Rank Pvp System

The player can only enter PvP with players who are in the same rank. However, if you add any world to the setting below, the rank of the player they are trying to PvP with will not be checked. This means that if the player is in one of the worlds listed by default in the setting below, they can enter PvP with all other players regardless of rank.

### config.yml

```yml
wwa_players_can_pvp: # worlds where all players can engage in PvP
  - world_nether
  - world_the_end
  - arena
```
