mirror of
https://github.com/PretzelJohn/VillagerTradeLimiter.git
synced 2024-12-05 00:23:29 +01:00
Update config.yml
Adding support for Safarinet plugin by default.
This commit is contained in:
parent
d328a575aa
commit
af2cd73737
@ -24,7 +24,9 @@ IgnoreCitizens: true
|
|||||||
IgnoreShopkeepers: 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)
|
||||||
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.
|
# Add world names for worlds that you want to completely disable ALL villager trading. Set to [] to disable this feature.
|
||||||
DisableTrading:
|
DisableTrading:
|
||||||
@ -105,4 +107,4 @@ Overrides:
|
|||||||
MaxDemand: 12
|
MaxDemand: 12
|
||||||
paper:
|
paper:
|
||||||
MaxUses: 1
|
MaxUses: 1
|
||||||
Restock: 1h
|
Restock: 1h
|
||||||
|
Loading…
Reference in New Issue
Block a user