Update Dungeon Config authored by MarcatoSound's avatar MarcatoSound
...@@ -118,9 +118,8 @@ AccessKeys: ...@@ -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. # 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). # Mythic items are supported and will default to the latest version of the Mythic item (based on its namespace).
KeyItems: [] KeyItems: []
# VERSION 1.3.1+ ONLY
Difficulty: Difficulty:
# Whether or not to enable difficulty levels for this dungeon. # Whether or not to enable difficulty levels for dungeons.
EnableDifficultyLevels: false EnableDifficultyLevels: false
# Whether or not to show a difficulty selection menu to the player when playing. Requires the above to ALSO be true. # Whether or not to show a difficulty selection menu to the player when playing. Requires the above to ALSO be true.
EnableDifficultyMenu: false EnableDifficultyMenu: false
...@@ -164,6 +163,8 @@ Rules: ...@@ -164,6 +163,8 @@ Rules:
PreventExplosionBlockDamage: false PreventExplosionBlockDamage: false
PvP: false PvP: false
HideDeathMessages: 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. # Whether to allow all commands in the dungeon.
AllowCommands: false AllowCommands: false
# A list of commands that can still be used, even when "AllowCommands" is set to false. # A list of commands that can still be used, even when "AllowCommands" is set to false.
... ...
......