Fixed First time using plugin generating a blank config file
Fixed config not automatically updating/fixing as intended on plugin load
Fixed Blocks regen's delay time & period time from Creepers using 'delayTnT' & 'periodTnT' values
Values changed in config will no longer require a reload to take affect (Excluding the 'enablePlugin' option)
Added Triggers (If TnTs' or Creeper's explosion meets in one or more of the requirement, block regen will be ignored)
Added Triggers minY & maxY - If an explosion is between the min Y coord and the max Y coord, block regen will be ignored.
Example: If minY is set to 64, and maxY is set to 128, blocks will only regenerate if an explosion occurred between Y 64 & Y 128, and will not regen below Y 64 or above Y 128.
Added Instant Regen (instantRegen) option in the config.
On plugin reload, any explosion damage currently in progress of regenerating will instantly regenerate.