Changes
Page history
Update Dungeon Config
authored
Sep 18, 2022
by
MarcatoSound
Hide whitespace changes
Inline
Side-by-side
Dungeon-Config.md
View page @
3f127711
...
...
@@ -21,6 +21,15 @@ General:
DeadPlayersSpectate
:
true
# Whether players keep their inventory upon entering the dungeon.
KeepInventoryOnEnter
:
true
# Whether players keep their current health upon entering the dungeon.
# (Otherwise,they will be restored to full health upon entry, and set back to their previous health upon exit.)
KeepHealthOnEnter
:
false
# Whether players keep their current food level upon entering the dungeon.
# (Otherwise, they will be restored to full food upon entry, and set back to their previous food level upon exit.)
KeepFoodOnEnter
:
false
# Whether players keep their current potion effects upon entering the dungeon.
# (Otherwise, they will have all potion effects cleared upon entry.)
KeepPotionEffectsOnEnter
:
false
# Whether to kick players who disconnect during the dungeon.
KickOfflinePlayers
:
true
# How long to wait in seconds after a disconnect before kicking the player from the dungeon.
...
...
...
...