From 6c683ae3c801d8766c675173f80b181edac08c57 Mon Sep 17 00:00:00 2001 From: materus Date: Tue, 12 May 2026 18:39:54 +0200 Subject: [PATCH] Remove protection from minecolonies claim, only explosion protection --- config/minecolonies-server.toml | 2 +- index.toml | 2 +- pack.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/minecolonies-server.toml b/config/minecolonies-server.toml index 9f5db14..61c820a 100644 --- a/config/minecolonies-server.toml +++ b/config/minecolonies-server.toml @@ -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" diff --git a/index.toml b/index.toml index e3bf2d4..0f180de 100644 --- a/index.toml +++ b/index.toml @@ -110,7 +110,7 @@ hash = "f950f7abff7ec980b993fbb3ddc0d88544caf73cf0d29e52eeb6da348fb015f5" [[files]] file = "config/minecolonies-server.toml" -hash = "70d35f4c521f68caf03a22633e644415fc155393f14add1d3bc96238f7a77288" +hash = "e8e62644da84f2d2ea384be59a58284aa9a9514470e7ac799c2d48b30cda692b" [[files]] file = "config/parcool-client.toml" diff --git a/pack.toml b/pack.toml index 83540f1..6975d30 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "c401c42f1c14479748c39dcbb4319066ce7b082335b88bc722a7cf19fa165cf2" +hash = "a7ee8a1af6ebf069de34c08a1f33e968abd286a13bf5672ed3880c788c30ff13" [versions] minecraft = "1.21.1"