#Level Requirement
You can restrict access to certain dungeons based on player's level.
You must have a compatible Level Plugin installed for this feature to work!
#Setup
Level requirement settings located in the config.yml inside a dungeon's directory under the Features
section:
- 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.
You can use the %dungeon_level_requirement%
internal placeholder to display actual, formatted dungeon level requirement.
If specified Provider is invalid or not installed, the level requirement will have no effect.