[Bug] Damage protected entities prevents interaction with Armor Stand
Expected behaviour:
- Adding ARMOR_STAND to DamageProtectedEntities prevents breaking.
- Adding ARMOR_STAND to InteractProtectedEntities prevents interacting.
Actual behaviour:
- Adding ARMOR_STAND to DamageProtectedEntities prevents breaking and interacting.
World configuration:
# A list of Spigot entities that cannot be damaged.
DamageProtectedEntities:
- ARMOR_STAND
# A list of Spigot entities that cannot be interacted with. Useful for protecting Item Frames and Armor Stands.
InteractProtectedEntities: []
Goal: Armor stands must not be destroyed by players to prevent puzzles from being broken. However interaction with item slots is key in an Escape Dungeon.