ToolSet / com.zndevs.toolset.updater / ToolSetUpdater

ToolSetUpdater

class ToolSetUpdater

ToolSet Update class - checks and downloads updates

Constructors

<init> ToolSetUpdater()
ToolSet Update class - checks and downloads updates

Functions

checkForUpdates fun checkForUpdates(): List<CommandUpdateVersions>
downloadUpdate fun ~~downloadUpdate~~(current: CommandUpdateVersions): ByteArray?
getPlugin fun getPlugin(current: CommandUpdateVersions): JavaPlugin?
getPluginInternalName fun getPluginInternalName(current: CommandUpdateVersions): String
getPluginName fun getPluginName(current: CommandUpdateVersions): String
updatesRequired fun updatesRequired(): Boolean