Changes
Page history
Update Dungeon Config
authored
Feb 22, 2024
by
Aestrus
Hide whitespace changes
Inline
Side-by-side
Dungeon-Config.md
View page @
d2374b7c
...
...
@@ -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.
# NOTE: Spectators cannot use the spectator menu to exit the dungeon.
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.
KeepInventoryOnEnter
:
true
# Whether players keep their current health upon entering the dungeon.
...
...
@@ -122,6 +126,8 @@ Rules:
AllowEnderpearl
:
false
AllowChorusFruit
:
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.
DisableRandomTick
:
true
PreventPlantGrowth
:
true
...
...
...
...