Skills Enchants
Do you want to create enchantments that give you potion effects when you hold your pickaxe? You are in the right place then!
Example:
speed:
enabled: true
type: custom
event-trigger: PlayerHoldPickaxe
max-chance: 100
max-level: 5
currency: tokens
starting-cost: 100
increase-cost-by: 400
starting-level: 5
actions:
- "command <value>effect give %player% 100000 %edprison_enchant_level_speed%</value>"
remove-speed:
enabled: true
type: custom
event-trigger: PlayerUnHoldPickaxe
max-chance: 100
max-level: 1
currency: tokens
starting-cost: 100
increase-cost-by: 400
starting-level: 1
actions:
- "command <value>effect clear %player% speed</value>"Last updated