a tiny package manager for Skript, requires skript-reflect
curl -o package.sk https://raw.githubusercontent.com/miberss/pacskage/HEAD/package.sk
/package install <git url>[@version] /package (update|remove|enable|disable|info) <name> /package (list|check|outdated|browser|selfupdate|awesome)
packages are installed into scripts/packages/.
browse awesome-pacskage
or run /package browser for an in-game GUI.
append @version to pin a tag, branch, or commit.
name: my-package version: 1.0.0 description: what it does requires: skript >= 2.15, skript-reflect >= 2.6 packages: https://github.com/someone/other-package
all fields optional, see pacskage-example.
set {_res} to http_get("https://api.example.com/thing")
http_status({_res}) → 200
http_body({_res}) → {"thing": true}
http_post · http_put · http_delete · webhooks