Update Checker: An update checker has been implemented. This will notify you in the console on startup/reloads when a new update is available on Spigot as well as OPs when they join.
Please note that you won't get notified about this update. Once you've updated to this version you'll get notifications of following new updates.
Permission: A new permission regarding the update checker has also been added: jumppads.update
Players with this permission will get notified of a new update even if they are not an OP.
Config Option: Not all OPs on a server has to be notified of new updates as that might not be a part of their "job". Therefore the following has been added to the config.yml file:
Code (YAML):
# Update Checker. # false: All OPs are notified of a new update when they join. # true: OPs are only notified if they have the jumppads.update permission as well. # N.B. any user with the jumppads.update permission is notified; OP or not. updateCheckerPermissionOnly: false
If you do not wish to change the default value (false) you do not have to add it to your config.yml file.