Hey everyone,
 
 Sorry for the huge delay between updates of the plugin, I've been working hard on making this the best update I can do. 
 
 This plugin supports gradual updates where it allows you to have private mines gradually update to give a new visual effect. I have added at the bottom of the update log a config file for the new upgrade feature. 
 
 I've also added a feature to allow you to specify region priorities for the mine region and the full outer region for plugins which need this.
 
 This is the new config.yml
 
 
 
 
  Code (YAML):
 
 
 
  
 spawnPoint
  : EMERALD_BLOCK
  
 mineCorner
  : DIAMOND_BLOCK
  
 mineDistance
  : 150
  
 mineLevel
  : 200
  
 region-priorities:
  
   mineRegion
  : 0
  
   fullRegion
  : 0
  
 
  
 mineUpgrades:
  
   enabled
  : true  
  # Set too false to disable mine upgrading
  
   instant-upgrades
  : false  
  # Set to true for instant upgrades, skipping the upgrade speed. There will be no upgrade animation.
  
   upgrade-speed
  : 3  
  # 1 (slowest) - 100 (fastest), controls block placement speed
  
   chunk-size
  : 1 
  # Size of chunks to paste; must be divisible by 2.
  
   teleport-on-completion
  : true  
  # Teleports player to mine after upgrade completion
  
   teleport-to-spawn-during-upgrade
  : true  
  # Sends player to spawn while mine upgrades
  
   upgrade-message:
  
     enabled
  : true  
  # Set too false to disable message
  
     message
  : 
  "&aYour mine has been successfully upgraded!"  
  # Message sent upon completion
  
     title:
  
       enabled
  : false  
  # Set to true to display as a title
  
       main
  : 
  "<aqua>Mine Upgraded!"
  
       subtitle
  : 
  "<grey>Enjoy your new mine."
  
       fadeIn
  : 500
  
       stay
  : 3000
  
       fadeOut
  : 1000
  
 
  
 mineTypes:
  
   Test:
  
     file
  : wood.schem
  
     materials:
  
       STONE
  : 0.1
  
     flags:
  
       block-break
  : true
  
     fullFlags:
  
       block-break
  : false
  
   Test2:
  
     file
  : obsidian.schem
  
     materials:
  
       STONE
  : 0.1
  
     flags:
  
       block-break
  : true
  
     fullFlags:
  
       block-break
  : false
  
  
 
 
 Please report any bugs found in the discord channel.
 
 I am looking forward to hearing your feedback on this version, I've been working hard on this update. 
 
 Many thanks,
 Kyle