Update Dungeon Config authored by MarcatoSound's avatar MarcatoSound
...@@ -12,7 +12,7 @@ General: ...@@ -12,7 +12,7 @@ General:
# Whether to show the display name above in a title message to the players when the dungeon begins. # Whether to show the display name above in a title message to the players when the dungeon begins.
ShowTitleOnStart: false ShowTitleOnStart: false
Lobby: Lobby:
Enabled: true Enabled: false
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
...@@ -23,7 +23,7 @@ General: ...@@ -23,7 +23,7 @@ General:
KeepInventoryOnEnter: true KeepInventoryOnEnter: true
# 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 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.
KickOfflinePlayersDelay: 300 KickOfflinePlayersDelay: 300
# The maximum number of backups the plugin will save before deleting old backups. # The maximum number of backups the plugin will save before deleting old backups.
MaxBackups: 7 MaxBackups: 7
...@@ -85,7 +85,16 @@ Rules: ...@@ -85,7 +85,16 @@ Rules:
- party - party
- p - p
- dungeon leave - dungeon leave
- md leave
- leave - leave
# Vanilla Minecraft item materials to ban. (Must be a valid Spigot material.)
BannedItems: [] BannedItems: []
# A list of more detailed items to ban from the dungeon. (Recommended to use the /md banitem command instead of modifying this directly.)
CustomBannedItems: [] CustomBannedItems: []
# Toggles whether banned items can be picked up if they are on the ground in the dungeon.
AllowPickupBannedItems: false
# Toggles whether banned items can be crafted while inside the dungeon.
AllowCraftBannedItems: false
# Toggles whether banned items can be placed in or removed from storage in the dungeon.
AllowStorageBannedItems: false
``` ```
\ No newline at end of file