Plugin Updates

Plugin Updates

This plugin checks Curse's ServerMods API to check if there is a new update for the plugin. This plugin does not download the new update for you, it simply displays a message to the console if there is an update. This plugin only does an update check when the plugin is enabled, it does not do update checks on any kind of schedule. When checking for an update Curse's API asks for an optional API key to identify your server. If the configuration value plugin.updates.api-key is set to something other than 'NO_KEY', then the API key will be sent with the plugin update checking request.

How to disable update checking

The plugin will no longer connect to check for updates updates, if you do the following steps:

  1. Open the configuration file found in your bukkit plugin folder under Reporter/config.yml
  2. Find the configuration entry plugin.updates.checkForUpdates and set it to 'false'.