- Supported Skript Version
- 2.8
- Supported Minecraft Versions
- 1.16
- 1.17
- 1.18
- 1.19
- 1.20
Update Checker Core is the easiest and fastest way to add update checkers to your resources!
Update Checker Core handles all of the HTTP stuff for you so that you can focus on your resource instead. Each check is cached so that requests aren't spammed.
Supported Websites
SpigotMC | Yes |
GitHub Resources | Yes |
SkUnity Resources | Requires API Key (free) |
Usage
Simply add these 2 lines to your script. If your resource contains more than 1 file, add it to only one file.
Code:
local function getScriptInfo() :: strings:
return "name", "current version", "author", "short description", "resource link"
Code:
https://github.com/SkriptLang/Skript
https://forums.skunity.com/resources/skript.323/
https://www.spigotmc.org/resources/skript.114544/
For SkUnity update checkers to work, you must put an API key in the config. Instructions are inside the script.
Installation
Requires skript-reflect and Skript 2.8.1+ (must be specifically 2.8.1+ as it fixes a bug that makes it not work.)