[+] Added the ability to skip a mine resetting on a timed reset, if the mine hasn't been mined at all - Why reset a mine if it doesn't need resetting?
To change this option (as by default it will skip resets if it can) add this to
config.yml
Code (Text):
#When timed resets are use, should we reset the mine if it's not been mined at all?
reset_mine_if_full: false #false = it wont reset, true = it will reset despite being full already
[+] Changed a few things round in the config.yml to make it more intuitive