Update Dungeon Config authored by MarcatoSound's avatar MarcatoSound
......@@ -33,6 +33,8 @@ General:
Gamemode: SURVIVAL
# How many times the player can die before being unable to respawn. 0 will give the player infinite lives.
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.
# NOTE: Spectators cannot use the spectator menu to exit the dungeon.
DeadPlayersSpectate: true
......@@ -165,6 +167,7 @@ Rules:
SpawnMonsters: false
AllowBreakBlocks: false
AllowPlaceBlocks: false
AllowSpawnEggs: true
AllowEnderpearl: false
AllowChorusFruit: false
AllowBucket: false
......
......