Remove protection from minecolonies claim, only explosion protection
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user