Update Dungeon Config authored by MarcatoSound's avatar MarcatoSound
...@@ -21,6 +21,15 @@ General: ...@@ -21,6 +21,15 @@ General:
DeadPlayersSpectate: true DeadPlayersSpectate: 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.
# (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. # Whether to kick players who disconnect during the dungeon.
KickOfflinePlayers: true KickOfflinePlayers: true
# How long to wait in seconds after a disconnect before kicking the player from the dungeon. # How long to wait in seconds after a disconnect before kicking the player from the dungeon.
... ...
......