Permission: A new permission has been added to the update checker: gps.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 gps.update permission as well. # N.B. any user with the gps.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.