Update Dungeon Config authored by MarcatoSound's avatar MarcatoSound
...@@ -103,12 +103,18 @@ Rules: ...@@ -103,12 +103,18 @@ Rules:
PreventPlantGrowth: true PreventPlantGrowth: true
PvP: false PvP: false
HideDeathMessages: false HideDeathMessages: 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.
AllowedCommands: AllowedCommands:
- party - party
- dparty
- p - p
- dungeon leave - dungeon leave
- md leave - md leave
- leave - leave
# A list of commands that CAN'T be used, even when "AllowCommands" is set to true.
DisallowedCommands: []
# Vanilla Minecraft item materials to ban. (Must be a valid Spigot material.) # Vanilla Minecraft item materials to ban. (Must be a valid Spigot material.)
BannedItems: [] BannedItems: []
# A list of more detailed items to ban from the dungeon. (Recommended to use the /md banitem command instead of modifying this directly.) # A list of more detailed items to ban from the dungeon. (Recommended to use the /md banitem command instead of modifying this directly.)
... ...
......