levels:
1:
displayname: "&7Level 1 Pickaxe - &8({blocks}&8)"
block-per-exp: 1
exp-needed-to-levelup: 500
actions:
- 'MSG:&7Your pickaxe is now level 2'
- 'MONEY:100'
2:
displayname: "&7Level 2 Pickaxe - &8({blocks}&8)"
block-per-exp: 1
exp-needed-to-levelup: 1000
actions:
- 'MSG:&7You leveled up your pickaxe'
- 'MONEY:100'
3:
displayname: "&7Level 3 Pickaxe - &8({blocks}&8)"
block-per-exp: 1
exp-needed-to-levelup: 2000
actions:
- 'MSG:&7You leveled up your pickaxe'
- 'MONEY:100'
4:
displayname: "&7Level 4 Pickaxe - &8({blocks}&8)"
block-per-exp: 1
exp-needed-to-levelup: 3000
actions:
- 'MSG:&7You leveled up your pickaxe'
- 'MONEY:100'
5:
displayname: "&7Level 5 Pickaxe - &8({blocks}&8)"
block-per-exp: 1
exp-needed-to-levelup: 4000
actions:
- 'MSG:&7You leveled up your pickaxe'
- 'MONEY:100'
6:
displayname: "&7Level 6 Pickaxe - &8({blocks}&8)"
block-per-exp: 1
exp-needed-to-levelup: 5000
actions:
- 'MSG:&7You leveled up your pickaxe'
- 'MONEY:100'
#This is the default item section
default-item:
#Change the name of the default pickaxe
displayname: '&7Default Pickaxe - &8(&b{blocks}&8)'
#Change the lore of the default pickaxe. This lore will be used through all levels
lore:
- '&7Level: &f{level}'
- '&7Exp: &f{exp}/{exp_to_next_levelup}'
- '&7Next level: &f{next_level}'
# Give the default pickaxe some enchants.
enchants:
- 'EFFICIENCY:10'
- 'UNBREAKING:20'
- 'FORTUNE:5'
#How much exp you will get per block
block-per-exp: 1
#How much exp you need before you level up your pickaxe
exp-needed-to-levelup: 100
actions:
- 'MSG:&7Your pickaxe is now level 1'
- 'MONEY:100'