Changes
Page history
Update Dungeon Config
authored
Feb 10, 2023
by
MarcatoSound
Show whitespace changes
Inline
Side-by-side
Dungeon-Config.md
View page @
4aa4e5b8
...
@@ -144,4 +144,8 @@ Rules:
...
@@ -144,4 +144,8 @@ Rules:
# Whether to let players break any blocks they've placed in this dungeon. Useful when "AllowPlaceBlocks" is true, but "AllowBreakBlocks" is false.
# Whether to let players break any blocks they've placed in this dungeon. Useful when "AllowPlaceBlocks" is true, but "AllowBreakBlocks" is false.
# OVERRIDES THE ABOVE RULES!!
# OVERRIDES THE ABOVE RULES!!
AllowBreakPlacedBlocks
:
false
AllowBreakPlacedBlocks
:
false
# A list of Spigot entities that cannot be damaged.
DamageProtectedEntities
:
[]
# A list of Spigot entities that cannot be interacted with. Useful for protecting Item Frames and Armor Stands.
InteractProtectedEntities
:
[]
```
```
\ No newline at end of file