Configuration
This page describes the configuration files
config.yml
anvil-protection: true
grindstone-protection: true
spawner-collection: true
spawner-place: true
trialspawner-collection: true
trialspawner-place: true
trialspawner-activation-distance: 8
item-initial-damage: 0
damage-item-value: 16
custom-tool-required: true
recipes:
enable: true
item-name: "&4Spawner Pickaxe"
item: "GOLDEN_PICKAXE"
enchants-required: true
enchants:
- SILK_TOUCH:2
#- EFFICIENCY:4
#- UNBREAKING:3
hide-enchants: true
crafting:
shape:
- "EEE"
- " S "
- " S "
ingredients:
E: "EMERALD"
S: "STICK"
message:
no-perm: "&cYou do not have permission to use this command"
no-entity: "&cThe entity was not found!"
no-player: "&cPlayer not found!"
no-command: "&c&cCommand not recognized!"
no-args: "&cPlayer or entity missing!"
spawner-received: "&aYou have received a Spawner of "
trialspawner-received: "&aYou have received a TrialSpawner of "
pickaxe-received: "You have received: "
incompatible-version: "&cTrialSpawner is only available for versions higher than 1.21!"
anvil-protection
Prevents the custom pickaxe for harvesting spawners from being modified by the anvil
grindstone-protection
Prevents the custom pickaxe for harvesting spawners from being modified by the grindstone
spawner-collection
Enable the ability to collect spawners
spawner-place
Enable the ability to place spawners
trialspawner-collection
Enable the ability to collect trial spawners
trialspawner-place
Enable the ability to place trial spawners
trialspawner-activation-distance
Trialspawner activation distance
item-initial-damage
When the pickaxe is given or crafted it will be given with a specific damage already. If 0 the pickaxe has a lifetime
damage-item-value
Damage the pickaxe takes when picking up a spawner/trial spawner
custom-tool-required
Does it require the custom pickaxe to harvest spawners?
recipes:
enable: true
item-name: "&4Spawner Pickaxe"
item: "GOLDEN_PICKAXE"
enchants-required: true
enchants:
- SILK_TOUCH:2
#- EFFICIENCY:4
#- UNBREAKING:3
hide-enchants: true
crafting:
shape:
- "EEE"
- " S "
- " S "
ingredients:
E: "EMERALD"
S: "STICK"
IThe spawner harvesting tool can be crafted and the following customizations can be applied: Name, lore, enchant and recipe
message
"message" contains all in-game messages, translatable into your own language
Last updated