Configuration Guide
This allows for debugging to help locate an issue.
Config.Debug = false -- (type: boolean)
Config.Job = {  -- (type: table)
    Enabled = false, -- (type: boolean)
    Job = 'miner' -- (type: string)
}
0 = ESX
1 = QBCore
2 = Custom Framework
Config.Framework = 0 -- (type: integer)
Config.ItemData = 'framework' -- (type: string)
Config.MaxRocks = 20 -- (type: integer)
Config.TimeOut = 10 -- (type: integer)
Config.Target = false -- (type: boolean)
none = Nothing happens, keep pickaxe
break = Chance to break, edit the % below.
degrade = Decrease the grade of the weapon (requires ox_inventory, edit the % below)
Config.Pickaxe = 'break' -- (type: string)
Config.BreakChance = 25 -- (type: integer)
Config.DegradeAmount = 5 -- (type: integer)
Config.Shop = {
    Type = 'ox_context', -- ox_inventory OR ox_context
    Price = 500, -- Please keep in mind, if using ox_inventory you edit prices in the ox_inventory/data/shops.lua
    Weapon = 'WEAPON_PICKAXE' -- Please keep in mind, if using ox_inventory you edit item in the ox_inventory/data/shops.lua
}
The rest of the config is pretty self-explanitory and does not need any documentation, but if you have a question about anything contact me via discord.