Change log
- Added Dungeon Fail Action, a list of actions will be done when the dungeon is failed in that stage
- Added Blacklisted Items, dungeon will not be started if any of the members have any blacklisted items
- Added corresponding messages
Code (YAML):
MESSAGE_DUNGEON_BLACKLIST_ITEM
:
"&cBlacklisted item {0} was found in one/some member(s) inventory."
MESSAGE_DUNGEON_BLACKLIST_ITEM_SELF
:
"&cBlacklisted item {0} was found in your inventory."
- Added corresponding permissions
MythicDungeons.Bypass.Dungeons.BlacklistItem
- Added customizable Length, Width and Height. Schematics are no longer hard-dependencies if all 3 dimensions are configured. It allows the plugin be used in pre-built dungeon
**Do not use this along with RestoreTerrains if you have a huge dungeon, it will freeze the server for a long while even if you have FAWE, it is currently unfixable**
- Added admin permission support for all permission checks
- Potion effects will now be removed when entering dungeon and reverted after dungeon ends
- Fixed actions will still be done if delay exceeds play timer or expire timer
- Fixed Loot Chests, Buffs location are not calculated properly
- Fixed traps not removed after the dungeon ends
- Fixed player's previous location not handling properly
- Fixed debug message does not show color code in Paper
- Removed some unreachable code