From af2cd737378e4edd3f3b08c02a402cd6d0754624 Mon Sep 17 00:00:00 2001 From: Turjoy9 <60349233+Turjoy9@users.noreply.github.com> Date: Mon, 2 May 2022 19:38:51 +0600 Subject: [PATCH 1/3] Update config.yml Adding support for Safarinet plugin by default. --- src/main/resources/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 0e50876..686fbb4 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -24,7 +24,9 @@ IgnoreCitizens: true IgnoreShopkeepers: true # Ignore interactions when the player is holding one of these item types (e.g. spawn_egg) -IgnoreHeldItems: [] +# Ghast spawn egg is added to add compatibility with Safarinet plugin. If your server doesn't give ghast egg to noromal players you can ignore it. +# Set to [] to disable this feature. +IgnoreHeldItems: [ghast_spawn_egg] # Add world names for worlds that you want to completely disable ALL villager trading. Set to [] to disable this feature. DisableTrading: @@ -105,4 +107,4 @@ Overrides: MaxDemand: 12 paper: MaxUses: 1 - Restock: 1h \ No newline at end of file + Restock: 1h From 4097d9d8f356431321712e79eadab4ae417c3d9d Mon Sep 17 00:00:00 2001 From: Turjoy9 <60349233+Turjoy9@users.noreply.github.com> Date: Mon, 2 May 2022 19:48:37 +0600 Subject: [PATCH 2/3] Update config.yml --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 686fbb4..eaf353b 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -26,7 +26,7 @@ IgnoreShopkeepers: true # Ignore interactions when the player is holding one of these item types (e.g. spawn_egg) # Ghast spawn egg is added to add compatibility with Safarinet plugin. If your server doesn't give ghast egg to noromal players you can ignore it. # Set to [] to disable this feature. -IgnoreHeldItems: [ghast_spawn_egg] +IgnoreHeldItems: "ghast_spawn_egg" # Add world names for worlds that you want to completely disable ALL villager trading. Set to [] to disable this feature. DisableTrading: From b06f9c9871e392c1875fc3e12efe6cafeaf50834 Mon Sep 17 00:00:00 2001 From: Turjoy9 <60349233+Turjoy9@users.noreply.github.com> Date: Mon, 2 May 2022 19:57:54 +0600 Subject: [PATCH 3/3] Update config.yml --- src/main/resources/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index eaf353b..5682eb1 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -26,7 +26,8 @@ IgnoreShopkeepers: true # Ignore interactions when the player is holding one of these item types (e.g. spawn_egg) # Ghast spawn egg is added to add compatibility with Safarinet plugin. If your server doesn't give ghast egg to noromal players you can ignore it. # Set to [] to disable this feature. -IgnoreHeldItems: "ghast_spawn_egg" +IgnoreHeldItems: + - "ghast_spawn_egg" # Add world names for worlds that you want to completely disable ALL villager trading. Set to [] to disable this feature. DisableTrading: