Remove protection from minecolonies claim, only explosion protection

This commit is contained in:
2026-05-12 18:39:54 +02:00
parent 4e020801af
commit 6c683ae3c8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -150,7 +150,7 @@
#All permission configuration options
[permissions]
#Should colony protection be enabled? [Default: true]
enablecolonyprotection = true
enablecolonyprotection = false
#Independent from the colony protection, should explosions be turned off inside colonies? DAMAGE_NOTHING prevents explosions completely. DAMAGE_PLAYERS, allows explosions to damage players and hostile mobs, but not blocks or neutral or friendly mobs. DAMAGE_ENTITIES allows damage to all entities. DAMAGE_EVERYTHING allows explosions to damage entities and blocks. [Default: DAMAGE_ENTITIES, values: DAMAGE_NOTHING, DAMAGE_PLAYERS, DAMAGE_ENTITIES, DAMAGE_EVERYTHING]
#Allowed Values: DAMAGE_NOTHING, DAMAGE_PLAYERS, DAMAGE_ENTITIES, DAMAGE_EVERYTHING
turnoffexplosionsincolonies = "DAMAGE_ENTITIES"