Update config.yml

Adding support for Safarinet plugin by default.
This commit is contained in:
Turjoy9 2022-05-02 19:38:51 +06:00 committed by GitHub
parent d328a575aa
commit af2cd73737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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