Update config.yml

Disabling nametag by default so that name can be applied to villagers with professions.
This commit is contained in:
Turjoy9 2022-05-21 12:10:46 +06:00 committed by GitHub
parent ec76d44e0d
commit 18e47efef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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.