Mining

### This is the configuration for MINING. ###

# Enables/Disables this skill attribute.
Enabled: true

#sets the maximum level a player can achieve.
Level Cap: 100

# This will be applied to the leveling algorithm to lengthen each levels experience requirement.
# BEWARE!! this is a sensitive value. To require more experience for each level gain, increase this amount; to lessen, decrease
Gain Factor: 1.85

# Here you can set the levels required for each type of pickaxe.
Tool Levels:
  Wood:
    Level: 1
  Stone:
    Level: 10
  Iron:
    Level: 25
  Gold:
    Level: 45
  Diamond:
    Level: 70

# Here you can set the Level required for each block and the experience gained.
# Usage: (block): (level required to mine), (Experience gained)
Blocks:
  Stone: 1,5
  Netherrack: 1,3
  Quartz_Ore: 15,20
  Coal_Ore: 5,10
  Iron_Ore: 10,30
  Gold_Ore: 25,45
  Redstone_Ore: 40,50
  Lapis_Ore: 40,60
  Diamond_Ore: 60,70
  Emerald_Ore: 75,100

# This defines a base value applied to a players current level to equate how likely a double drop event is going to occur.
Double Drop Chance: 0.53

# if enabled, players with the silk touch enchantment will be able to obtain the creature spawner when mined.
Silk Spawners Enabled: true