Update Dungeon Config authored by MarcatoSound's avatar MarcatoSound
......@@ -118,9 +118,8 @@ AccessKeys:
# A list of itemstacks that are valid key items. NOTE: It is not recommended adding keys from here. Use the `/md addkey <dungeon>` command instead.
# Mythic items are supported and will default to the latest version of the Mythic item (based on its namespace).
KeyItems: []
# VERSION 1.3.1+ ONLY
Difficulty:
# Whether or not to enable difficulty levels for this dungeon.
# Whether or not to enable difficulty levels for dungeons.
EnableDifficultyLevels: false
# Whether or not to show a difficulty selection menu to the player when playing. Requires the above to ALSO be true.
EnableDifficultyMenu: false
......@@ -164,6 +163,8 @@ Rules:
PreventExplosionBlockDamage: false
PvP: false
HideDeathMessages: false
# Prevents players outside the dungeon from teleporting in. Admins can bypass with the `dungeons.bypassjoin` permission. (Or `dungeons.bypassjoin.[dungeon_name]`)
PreventTeleportIn: false
# Whether to allow all commands in the dungeon.
AllowCommands: false
# A list of commands that can still be used, even when "AllowCommands" is set to false.
......
......