DIAMOND_PICKAXE: # <- Material
once: # <- Since we want to give the player rewards when they hti 100 blocks,
# we will use once since it's a one time thing.
100: # <- the 100 blocks we want the player to reach.
commands: # <- The commands that will run
- "eco give %player% 100" # <- give the player 100 bucks.
enchants: # <- the enchantments that will apply to the item
- "eco give %player% 100" # <- give the tool efficiency.