Update Dungeon Config authored by MarcatoSound's avatar MarcatoSound
...@@ -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