Config File


Default Config

I decided to stick all the blocks and tools in a configuration file so it could be modular / future proof (when new blocks are added) and if you decide you don't want a certain tool to work.

Core:
  tools:
    - 271 #wood axe
    - 275 #stone axe
    - 258 #iron axe
    - 286 #gold axe
    - 279 #diamond axe
  logs:
    #oak
    - '17:0'
    - '17:4'
    - '17:8'
    #spruce 
    - '17:1'
    - '17:5'
    - '17:9'
    #birch
    - '17:2'
    - '17:6'  
    - '17:10'
    #jungle    
    - '17:3'
    - '17:7'
    - '17:11'
  leaves:
    #oak
    - '18:8'
    #spruce
    - '18:9'
    #birch
    - '18:10'
    #jungle
    - '18:11'
  sneak-to-activate: true
  max-blocks: 1000 #max amount of blocks that can be broken
  durability-mode: false #if false, durability only goes down by one. if true, durability will go down for every block broken
Debug:
  debug: false #no need to mess with it, I mean... You can if you really want to. Will probably just flood your chat or console with useless information.