skript-variable-dump

Skript Tools skript-variable-dump 0.0.3

  • 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!

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
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
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
Author
Rezz
Downloads
947
Views
947
First release
Last update
Rating
5.00 star(s) 1 ratings

More resources from Rezz

Latest updates

  1. Release: 0.0.3

    Update log from: https://github.com/GoingOffSkript/skript-variable-dump/releases/tag/0.0.3 Use...
  2. Release v0.0.2

    Update log from: https://github.com/GoingOffSkript/skript-variable-dump/releases/tag/0.0.2 Add...

Latest reviews

This is genius.
I have seen several people looking to move their variables to another format, so thank you for this... it's an easy to use resource which can help data handling in a big way.