Update Dungeon Config authored by MarcatoSound's avatar MarcatoSound
......@@ -159,4 +159,9 @@ Rules:
DamageProtectedEntities: []
# A list of Spigot entities that cannot be interacted with. Useful for protecting Item Frames and Armor Stands.
InteractProtectedEntities: []
# When set to true, prevents armor, weapons and/or tools from losing durability while in the dungeon
PreventDurabilityLoss:
Armor: false
Weapons: false
Tools: false
```
\ No newline at end of file