Starts to check every X hours for updates.
Checks for updates now and sends the result to the console when
notifyRequesters is set to true (default)
UpdateChecker.checkNow(org.bukkit.command.CommandSender... requesters)
Checks for updates now and sends the result to the given list of
CommandSenders.
UpdateChecker.init(org.bukkit.plugin.java.JavaPlugin plugin,
int spigotResourceId)
UpdateChecker.init(org.bukkit.plugin.java.JavaPlugin plugin,
String apiLink)
Sets a task that will run when/after the update check has failed.
Sets a task that will run when/after the update check has succeeded.
Sets a link to your plugin's changelog generated from your plugin's SpigotMC/Polymart
Resource ID
Sets a link to your plugin's changelog.
Sets whether or not the used and latest version will be displayed in color in the console
Sets a link to your plugin's donation website
Sets the download link for your plugin generated from your plugin's SpigotMC/Polymart
Resource ID.
Sets the download link for your plugin.
Sets the download link for the free version of your plugin generated from
your plugin's SpigotMC/Polymart Resource ID.
Sets the download link for the free version of your plugin.
Sets the name/suffix for the free version's name.
Sets the name/suffix for the paid version's name.
Sets the permission needed to be informed about UpdateChecker results on join.
Whether or not to inform OPs on join when there is a new version available.
Whether or not CommandSenders who request an update check will be notified of the result.
Sets the download link for the paid version of your plugin generated from
your plugin's SpigotMC/Polymart Resource ID.
Sets the download link for the paid version of your plugin.
Sets a link to your plugin's support channel.
Sets the timeout for the HTTP(S) connection in milliseconds. 0 = use Java's
default value
Sets the version string of the currently used plugin version.
Sets the UserAgent string using a UserAgentBuilder
Sets the UserAgent string using plain text
Tells the UpdateChecker whether the server already uses the paid version of
your plugin.
Stops the scheduled update checks.
Sets whether the message "You are using the latest version of
" should be suppressed.