Update Checker | With this update and onwards a message is printed in the console when a new update is available on Spigotmc. OP's are also notified of new updates when they join. You may disable the Update Checker by adding the following to your config.yml:
Code (YAML):
# Enable or disable the update checker. UpdateCheckerEnabled: false
By default, the Update Checker is enabled. If you do not wish to disable it you do not have to add the above.
Fix | The glow option in the config was not loaded which meant that regardless of what it was set to in the config it would always be false. This has been fixed.