... | ... | @@ -12,7 +12,7 @@ General: |
|
|
# Whether to show the display name above in a title message to the players when the dungeon begins.
|
|
|
ShowTitleOnStart: false
|
|
|
Lobby:
|
|
|
Enabled: true
|
|
|
Enabled: false
|
|
|
Gamemode: SURVIVAL
|
|
|
# How many times the player can die before being unable to respawn. 0 will give the player infinite lives.
|
|
|
PlayerLives: 0
|
... | ... | @@ -23,7 +23,7 @@ General: |
|
|
KeepInventoryOnEnter: true
|
|
|
# Whether to kick players who disconnect during the dungeon.
|
|
|
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
|
|
|
# The maximum number of backups the plugin will save before deleting old backups.
|
|
|
MaxBackups: 7
|
... | ... | @@ -85,7 +85,16 @@ Rules: |
|
|
- party
|
|
|
- p
|
|
|
- dungeon leave
|
|
|
- md leave
|
|
|
- leave
|
|
|
# Vanilla Minecraft item materials to ban. (Must be a valid Spigot material.)
|
|
|
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: []
|
|
|
# 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 |