Skip to content

Commit fe7ec74

Browse files
committed
Add README.
1 parent 28f7294 commit fe7ec74

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# skript-variable-dump
2+
3+
[![](https://img.shields.io/badge/License-MIT-blue)](./LICENSE "Project license: MIT")
4+
[![](https://img.shields.io/badge/Java-8-orange)](# "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

Comments
 (0)