Change log
- Added LoadDelay in the config, Dungeon Configuration, and Player Data will be loaded afterward, useful if you have a custom world generator (e.g. Iris World Gen)
- Added Toggle Command for Dungeon Group, new dungeons of this dungeon group cannot be created if it is disabled, it will be re-enabled after the plugin is reloaded
- Added corresponding message for Toggle Command
Code (YAML):
MESSAGE_DUNGEON_CANNOT_CREATE
:
"&cDungeon {0} &ccannot be created."
MESSAGE_DUNGEON_CANNOT_CREATE_DISABLED
:
"&cDungeon {0} &ccannot be created because it is disabled."
MESSAGE_GROUP_ENABLED
:
"&aDungeon group type {0} is enabled."
MESSAGE_GROUP_DISABLED
:
"&cDungeon group type {0} is disabled."
- Added various validation checks to make it easier to determine which part of the configuration is incorrect or missing
- Added Heroes party system support (untested)
- Fixed RestoreTerrains in config not working
- Fixed Holograms sometimes not showing
- Fixed ProSkillAPIParties support not working on the latest version due to their plugin's changes
- Fixed MythicMobs not showing name properly on scoreboard
- Dungeon Group can no longer be (re)loaded by
/mg load if there is at least 1 dungeon instance in any dungeon group is running
- Added the corresponding message
Code (YAML):
MESSAGE_GROUP_CANNOT_LOAD_STILL_RUNNING
:
"&aDungeon groups cannot be loaded since there are dungeons still running."