From 18e47efef48cab3e068e4ee527a23a7065269cdd Mon Sep 17 00:00:00 2001 From: Turjoy9 <60349233+Turjoy9@users.noreply.github.com> Date: Sat, 21 May 2022 12:10:46 +0600 Subject: [PATCH] Update config.yml Disabling nametag by default so that name can be applied to villagers with professions. --- 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 5682eb1..7c7d687 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -23,10 +23,12 @@ database: IgnoreCitizens: true IgnoreShopkeepers: true -# Ignore interactions when the player is holding one of these item types (e.g. spawn_egg) +# Ignore interactions when the player is holding one of these item types (e.g. spawn_egg, name_tag) +# Without disabling nametag, you cannot rename a villager with a profession. Do not remove name_tag if you want to retain vanilla behavior. # 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: +IgnoreHeldItems: + - "name_tag" - "ghast_spawn_egg" # Add world names for worlds that you want to completely disable ALL villager trading. Set to [] to disable this feature.