Hey everyone,
 
 I've updated the plugin to add support for Oraxen, but there's one thing you need to do for each mine type and that's to add some new values, but I've given you a example of the new mine type below, the Oraxen materials will take priority over vanilla materials currently, but I'll look into supporting both in one mine type in the future!
 
 I hope you enjoy the new update!
 
 
 
 
  Code (YAML):
 
 
 
  mineTypes:
  
   Test:
  
     file
  : minewithgap.schem
  
     resetTime
  : 5
  
     expand
  : 1
  
     resetPercentage
  : 50.0
  
     upgradeCost
  : 1.0
  
     upgradeCurrency
  : VAULT 
  # Supported currencies: VAULT, ULTRAPRISONCORE (Coming soon, hopefully...)
  
     useOraxen
  : true
  
     materials:
  
       STONE
  : 0.9
  
       COBBLESTONE
  : 0.1
  
     oraxen:
  
       orax_ore
  : 1.0
  
     maxPlayers
  : 1
  
     flags:
  
       block-break
  : true
  
     fullFlags:
  
       block-place
  : false
 
 
 Thanks,
 Kyle