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] 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