From 37f0e9ecd2beba5b6f9f6f487497aeba617c15f2 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 17 Sep 2024 23:59:02 +0700 Subject: [PATCH] Update openpartiesandclaims-server.toml --- global-server-configs/openpartiesandclaims-server.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global-server-configs/openpartiesandclaims-server.toml b/global-server-configs/openpartiesandclaims-server.toml index 21d82b8eb..f0ea92d63 100644 --- a/global-server-configs/openpartiesandclaims-server.toml +++ b/global-server-configs/openpartiesandclaims-server.toml @@ -169,7 +169,7 @@ #Projectile landing on blocks requires non-break block access through this option or blockAccessEntityGroups. #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. #For example ["minecraft:(v|p)illager", "minecraft:*illager", "#minecraft:raiders"] - entitiesAllowedToGrief = ["minecraft:sheep"] + entitiesAllowedToGrief = ["minecraft:sheep", "interact$minecraft:potion", "interact$minecraft:trident", "interact$minecraft:(*_|)arrow", "interact$minecraft:ender_pearl", "interact$minecraft:egg"] #Entities that can bypass all protection of other entities. Supports entity type tags. #Prefixing an entity id/tag with "interact$" creates an exception which tries to exclude attacks. #Prefixing an entity id/tag with "break$" creates an exception that only includes attacks. @@ -179,7 +179,7 @@ #Projectile landing on entities requires non-attack entity access through this option or entityAccessEntityGroups. #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. #For example ["minecraft:(v|p)illager", "minecraft:*illager", "#minecraft:raiders"] - entitiesAllowedToGriefEntities = [] + entitiesAllowedToGriefEntities = ["interact$minecraft:potion", "interact$minecraft:trident", "interact$minecraft:(*_|)arrow", "interact$minecraft:ender_pearl", "interact$minecraft:egg"] #Entities that can bypass all dropped item protection. Supports entity type tags. #Supports patterns with special characters *, (, ) and |, where * matches anything, ( ) are used for grouping and | means OR. #For example ["minecraft:(v|p)illager", "minecraft:*illager", "#minecraft:raiders"]