mirror of
https://github.com/PretzelJohn/VillagerTradeLimiter.git
synced 2024-12-04 16:13:31 +01:00
Merge pull request #3 from Turjoy9/master
Disabling nametag by default so that name can be applied to villagers with professions.
This commit is contained in:
commit
8a46c9ab1c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user