We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f7294 commit fe7ec74Copy full SHA for fe7ec74
README.md
@@ -0,0 +1,16 @@
1
+# skript-variable-dump
2
+
3
+[](./LICENSE "Project license: MIT")
4
+[](# "This project targets Java 8")
5
6
+Dump [Skript](https://github.com/SkriptLang/Skript/) variables to YAML.
7
8
+## Instructions
9
10
+Simply install this plugin on a server already running Skript and execute
11
+the following command: `/skript-variable-dump`
12
13
+All loaded variables will be dumped into a YAML file generated at:
14
+`/plugins/Skript/dumps/`
15
16
+That's all.
0 commit comments