This update adds the ability to charge players a set price to mine a spawner with the addition of having the permission. By default, this is disabled & will require
Vault! Additionally, this update adds a config checker to make sure you have all the correct keys for settings. If you are missing a key the file will be renamed to "Outdated-Config-Date (#).yml" and will regenerate the new config. If you would like to avoid this please add the following to your files:
Code (YAML):
#Sets the cost of mining a spawner if enabled. #PLEASE NOTE: This will require Vault to work! chargeOnBreak:
enabled: false
price: 50.00
sendMSG: true
Code (YAML):
msgChargedOnMine: "&7You were charged &6${PRICE} &7for mining a spawner!" msgFundsNeeded: "&cYou cannot afford to do that!"