UpdateCheckerCore

Script UpdateCheckerCore 1.0.0

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Supported Skript Version
  1. 2.8
Supported Minecraft Versions
  1. 1.16
  2. 1.17
  3. 1.18
  4. 1.19
  5. 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.


a.gif

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"
Valid resource link examples:
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.)

Author
erenkara
Downloads
90
Views
269
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from erenkara

Latest updates

  1. 1.0.0

    -