# Level Region System

### regions.yml

What does each setting do:

* Example: test. This is the name of the region to be configured. It must exactly match the region name defined in the WorldGuard plugin.
* min\_level: Specifies the minimum level required to enter the region.
* min\_level\_message: The message shown if the player trying to enter the region has a level lower than the specified amount.

```yml
regions:
  test:
    min_level: 10 # minimum level required to enter
    min_level_message: "You must have at least level 10 to enter this area!" # message shown when the player's level is too low
```

{% hint style="info" %}
An admin who uses the command below can enter PvP with anyone they want.\
`/rxylevel pvpbypass`
{% endhint %}
