Package-level declarations

Types

Link copied to clipboard
class GitHubUpdateChecker(val repo: String, val currentVersion: String, val latestReleaseTag: String = "latest") : UpdateChecker

With this class you can check if there is an update available using the GitHub releases API. Sample usage:

Link copied to clipboard
class SpigotUpdateChecker(val resourceId: String, val currentVersion: String) : UpdateChecker
Link copied to clipboard
interface UpdateChecker