Update Dungeon Config authored by MarcatoSound's avatar MarcatoSound
...@@ -33,6 +33,8 @@ General: ...@@ -33,6 +33,8 @@ General:
Gamemode: SURVIVAL Gamemode: SURVIVAL
# How many times the player can die before being unable to respawn. 0 will give the player infinite lives. # How many times the player can die before being unable to respawn. 0 will give the player infinite lives.
PlayerLives: 0 PlayerLives: 0
# Should players be shown minecraft's death screen when they die?
InstantRespawnPlayers: false
# 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
...@@ -165,6 +167,7 @@ Rules: ...@@ -165,6 +167,7 @@ Rules:
SpawnMonsters: false SpawnMonsters: false
AllowBreakBlocks: false AllowBreakBlocks: false
AllowPlaceBlocks: false AllowPlaceBlocks: false
AllowSpawnEggs: true
AllowEnderpearl: false AllowEnderpearl: false
AllowChorusFruit: false AllowChorusFruit: false
AllowBucket: false AllowBucket: false
... ...
......