Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
skript-variables is a Skript addon that lets you browse, edit, and manage all your server's Skript variables through a web editor at skript-variables.com. Run /skv editor in-game and you'll get a clickable link that opens a live session with all your variables loaded.
Variables are displayed in a collapsible namespace tree so {playerdata::uuid::kills} shows up as nested folders rather than a flat list. You can edit strings, numbers, booleans, locations, vectors, item types, block data, text components, and oopsk structs directly in the browser. Locations and vectors get dedicated modals with individual fields, and vectors include a live magnitude display with a one-click normalize button.
You can also rename variables, copy them to a new name, delete them individually or wipe an entire namespace at once, and batch-edit multiple selected variables to the same value. The editor also has search with player name to UUID resolution, regex mode, type filters, and a sidebar showing per-namespace statistics.
When you're done making changes, the editor generates a one-time apply code. Run /skv apply <sessionId> <code> on your server and the changes are applied to live Skript variables instantly.


