Update Dungeon Config authored by Aestrus's avatar Aestrus
...@@ -29,6 +29,10 @@ General: ...@@ -29,6 +29,10 @@ General:
# Whether players who lose all their lives get put into spectator. If this is set to false, the player will instead be kicked from the dungeon. # Whether players who lose all their lives get put into spectator. If this is set to false, the player will instead be kicked from the dungeon.
# NOTE: Spectators cannot use the spectator menu to exit the dungeon. # NOTE: Spectators cannot use the spectator menu to exit the dungeon.
DeadPlayersSpectate: true DeadPlayersSpectate: true
# Whether to close the dungeon when all players are spectating. If this is set to false, the dungeon will remain open until all players have left.
# If set to false, players must use /md leave to exit the dungeon.
# NOTE: This option only works if DeadPlayersSpectate is set to true.
CloseDungeonWhenAllSpectating: true
# Whether players keep their inventory upon entering the dungeon. # Whether players keep their inventory upon entering the dungeon.
KeepInventoryOnEnter: true KeepInventoryOnEnter: true
# Whether players keep their current health upon entering the dungeon. # Whether players keep their current health upon entering the dungeon.
...@@ -122,6 +126,8 @@ Rules: ...@@ -122,6 +126,8 @@ Rules:
AllowEnderpearl: false AllowEnderpearl: false
AllowChorusFruit: false AllowChorusFruit: false
AllowBucket: false AllowBucket: false
# Limits placing things that don't count as blocks like boats.
AllowPlaceEntities: false
# Effectively sets RandomTickSpeed to 0 inside the dungeon, preventing blocks from spreading, plants from growing, ice from melting, etc. # Effectively sets RandomTickSpeed to 0 inside the dungeon, preventing blocks from spreading, plants from growing, ice from melting, etc.
DisableRandomTick: true DisableRandomTick: true
PreventPlantGrowth: true PreventPlantGrowth: true
... ...
......