Remove protection from minecolonies claim, only explosion protection

This commit is contained in:
Mateusz Słodkowicz 2026-05-12 18:39:54 +02:00
parent 4e020801af
commit 6c683ae3c8
Signed by: materus
SSH Key Fingerprint: SHA256:rzVduzTiiszuYfLPYD0SDZV+g8lxhpcRgpbOZA1X0Uo
3 changed files with 3 additions and 3 deletions

View File

@ -150,7 +150,7 @@
#All permission configuration options #All permission configuration options
[permissions] [permissions]
#Should colony protection be enabled? [Default: true] #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] #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 #Allowed Values: DAMAGE_NOTHING, DAMAGE_PLAYERS, DAMAGE_ENTITIES, DAMAGE_EVERYTHING
turnoffexplosionsincolonies = "DAMAGE_ENTITIES" turnoffexplosionsincolonies = "DAMAGE_ENTITIES"

View File

@ -110,7 +110,7 @@ hash = "f950f7abff7ec980b993fbb3ddc0d88544caf73cf0d29e52eeb6da348fb015f5"
[[files]] [[files]]
file = "config/minecolonies-server.toml" file = "config/minecolonies-server.toml"
hash = "70d35f4c521f68caf03a22633e644415fc155393f14add1d3bc96238f7a77288" hash = "e8e62644da84f2d2ea384be59a58284aa9a9514470e7ac799c2d48b30cda692b"
[[files]] [[files]]
file = "config/parcool-client.toml" file = "config/parcool-client.toml"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "c401c42f1c14479748c39dcbb4319066ce7b082335b88bc722a7cf19fa165cf2" hash = "a7ee8a1af6ebf069de34c08a1f33e968abd286a13bf5672ed3880c788c30ff13"
[versions] [versions]
minecraft = "1.21.1" minecraft = "1.21.1"