sk-variablesv1.0-alpha

Finally see what’s inside your Skript variables.

A real-time web dashboard for every variable on your server. Browse nested lists, search 10M+ entries instantly, and edit values without touching variables.csv.

Install for free
No DB required 30-second install Free up to 100k vars
hypixel-dev
live
{player::%uuid%::*}
player::Noctis_::coins
14,28814,31014,322
player::Noctis_::rank
“veteran”“veteran”“elite”
·
player::Noctis_::inventory
diamond_sword ×1diamond_sword ×1netherite_sword ×1
economy::market::bread
0.420.390.41
quests::dragonslayer::progress
62%71%84%
guilds::ironclad::members
42 online43 online45 online
9,978 vars·+22 just now
connected
SET player::Steve::coins → 4,201 ADD guilds::ironclad::members += Ender_42 DEL quests::tutorial::active SET economy::market::bread → 0.41 INC player::Noctis_::xp += 240 SET player::Alice::rank → “elite” ADD global::events::queue += dragon_spawn INC guilds::ironclad::kills += 1 SET quests::dragonslayer::progress → 84% DEL player::guest_193::* SET player::Steve::coins → 4,201 ADD guilds::ironclad::members += Ender_42 DEL quests::tutorial::active SET economy::market::bread → 0.41 INC player::Noctis_::xp += 240 SET player::Alice::rank → “elite” ADD global::events::queue += dragon_spawn INC guilds::ironclad::kills += 1 SET quests::dragonslayer::progress → 84% DEL player::guest_193::*
SET player::Steve::coins → 4,201 ADD guilds::ironclad::members += Ender_42 DEL quests::tutorial::active SET economy::market::bread → 0.41 INC player::Noctis_::xp += 240 SET player::Alice::rank → “elite” ADD global::events::queue += dragon_spawn INC guilds::ironclad::kills += 1 SET quests::dragonslayer::progress → 84% DEL player::guest_193::* SET player::Steve::coins → 4,201 ADD guilds::ironclad::members += Ender_42 DEL quests::tutorial::active SET economy::market::bread → 0.41 INC player::Noctis_::xp += 240 SET player::Alice::rank → “elite” ADD global::events::queue += dragon_spawn INC guilds::ironclad::kills += 1 SET quests::dragonslayer::progress → 84% DEL player::guest_193::*
SET player::Steve::coins → 4,201 ADD guilds::ironclad::members += Ender_42 DEL quests::tutorial::active SET economy::market::bread → 0.41 INC player::Noctis_::xp += 240 SET player::Alice::rank → “elite” ADD global::events::queue += dragon_spawn INC guilds::ironclad::kills += 1 SET quests::dragonslayer::progress → 84% DEL player::guest_193::* SET player::Steve::coins → 4,201 ADD guilds::ironclad::members += Ender_42 DEL quests::tutorial::active SET economy::market::bread → 0.41 INC player::Noctis_::xp += 240 SET player::Alice::rank → “elite” ADD global::events::queue += dragon_spawn INC guilds::ironclad::kills += 1 SET quests::dragonslayer::progress → 84% DEL player::guest_193::*
SET player::Steve::coins → 4,201 ADD guilds::ironclad::members += Ender_42 DEL quests::tutorial::active SET economy::market::bread → 0.41 INC player::Noctis_::xp += 240 SET player::Alice::rank → “elite” ADD global::events::queue += dragon_spawn INC guilds::ironclad::kills += 1 SET quests::dragonslayer::progress → 84% DEL player::guest_193::* SET player::Steve::coins → 4,201 ADD guilds::ironclad::members += Ender_42 DEL quests::tutorial::active SET economy::market::bread → 0.41 INC player::Noctis_::xp += 240 SET player::Alice::rank → “elite” ADD global::events::queue += dragon_spawn INC guilds::ironclad::kills += 1 SET quests::dragonslayer::progress → 84% DEL player::guest_193::*
// how it works

From /sk reload to a live dashboard in 30 seconds.

Drop the .jar in your plugins/ folder, log in, and your variable tree is already streaming. No extra database. No exports. No restarts.

Start free →
1 — install
$wget skript-variables.com/dl/latest.jar -P plugins/
downloading sk-variables-2.4.0.jar 3.1 MB
✓ saved to plugins/sk-variables-2.4.0.jar
2 — link your server
>/skvariables link
open https://skript-variables.com/link/AX7-93K
✓ linked as hypixel-dev (eu-1)
3 — query anything, anywhere
>/skvariables list {player::%uuid of player%::*}
coins = 14,322
rank = elite
xp = 91,204
🌐 also live at dashboard.skript-variables.com
// built for serious servers

Everything you wished Skript had, behind one clean panel.

// search

Glob-aware search across millions of vars.

Type {player::*::coins} and get every match in under 20ms. Indexed on write, so it never gets slower as your server grows.

{player::*::coins}2,841 matches · 14ms
player::Noctis_::coins14,322
player::Alice::coins98,201
player::Steve::coins4,201
// diff

Diff the past against the present.

Rewind any variable to any second. Catch the dupe glitch, the rollback, the exploit — before your players do.

player::Noctis_::coins−12h ago → now
14,288
+14,322+34
// permissions

Read-only seats for your staff.

Give moderators a viewer-only login. Audit every edit. Revoke with one click.

Noctis_owner
Lyraeditor
Theoviewer
// api

A REST + WebSocket API your scripts can call.

Pipe variables into Discord bots, web stores, or your stream overlay. We do the hard part.

GET /v1/vars/player::Noctis_::coins
{ "value": 14322, "ts": 1715981023 }
↳ also WebSocket: wss://api.skript-variables.com
// server owners

Trusted on networks that can’t afford to guess.

We used to grep variables.csv with 4M lines. sk-variables turned 20-minute debugs into 10 seconds.
NO
Noctis_
Owner · Hypixel-style network
1,800 avg online
Caught a dupe exploit on day one. The diff view paid for itself before we paid for it.
LY
Lyra
Lead dev · IronClad SMP
12k registered
Replaced three janky Skript admin scripts. My staff actually log in now.
KE
kelvin404
Owner · CraftPvP
600 peak
running on
IronClad SMPCraftPvPDragonRealmNorthernLightsVoidNetSundownBeaconMC

Stop guessing what your server is storing.

Free tier covers up to 100k variables and unlimited live viewers. Paid plans start at $9/mo when you outgrow it.

no credit card · cancel any time · works offline
install in your terminalcopy
$ curl -fsSL skript-variables.com/install.sh | sh
↳ verifies signature · pins to plugins/ · no sudo
or download the .jar manually → /downloads