# Level Requirement

You can restrict access to certain dungeons based on player's level.

# Setup

Level requirement settings located in the config.yml inside a dungeon's directory under the Features section:

LevelRequirement:
  Provider: 'mmocore'
  MinLevel: -1
  MaxLevel: 15
  • Provider - is the provider name of the compatible Level Plugin.
  • MinLevel - minimal level required to enter the dungeon. Set -1 for no minimal limit.
  • MaxLevel - maximal level allowed to enter the dungeon. Set -1 for no maximal limit.