Faction Protection Whitelist
Tired of not being able to retrieve items from your own grave or activate levers on others' territories? This addon is specifically designed to solve such problems!
Gain complete control over the protection of your domains by adding specific blocks to the whitelist. You decide which objects can be destroyed and which can only be used on protected areas.
The mod introduces two new settings in the configuration file factions.json:
"usableOnClaims": [],
"breakableOnClaims": []
Suppose you want to allow players to use levers and destroy dirt blocks on others' territories:
"usableOnClaims": [
"minecraft:lever"
],
"breakableOnClaims": [
"minecraft:dirt"
]
Everything is extremely simple and clear!