Dump Skript variables to YAML.
Instructions
Simply install this plugin on a server already running Skript and run: /skript-variable-dump
All loaded variables will be dumped into a YAML file generated at: /plugins/Skript/dumps/
That's all.
Example
- Variables: /plugins/Skript/variables.csv
Code (C):
# === Skript's variable storage === # Please do not modify this file manually! # # version: 2.5.3 numbers::1, string, 80036F6E65 numbers::2, string, 800374776F numbers::3, string, 80057468726565 numbers::4, long, 0000000000000004 numbers::5, long, 0000000000000005 numbers::6, long, 0000000000000006 numbers::7, double, 401E000000000000 numbers::8, double, 4020666666666666 numbers::9, double, 4022333333333333 wait, timespan, 81066D696C6C6973040000000000000BB8
- Run: /skript-variable-dump
- Generates: /plugins/Skript/dumps/skript-variables-dump.2021-05-12_1.yml
Code (YAML):
# Skript Variable Dump: 2021-05-12T16:53:30.636775 # Skript Version: 2.5.3 numbers: '1': one '2': two '3': three '4': 4 '5': 5 '6': 6 '7': 7.5 '8': 8.2 '9': 9.1 wait: ==: ch.njol.skript.util.Timespan milliseconds: 3000
-
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!
Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Skript Tools skript-variable-dump 0.0.3
Dump Skript variables to YAML.