- Contributors
- Pikachu
- Supported Minecraft Versions
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
skript-yaml
The proper way to do yaml in skript
Rather then checking the file each time this addon caches the yaml file to memory
It also includes comment/header support which is not found in the other yaml addons
The proper way to do yaml in skript
Rather then checking the file each time this addon caches the yaml file to memory
It also includes comment/header support which is not found in the other yaml addons
Source code available at github
[h2]Skripts[/h2]
- ez-yaml.sk
- Updated version thanks to @Pikachu of this Skript API
code_language.skript:createYMLFile("plugins/MyAwesomePlugin/boop.yml", "list: listName:50;3.14;true;false;yes;no;on;off||value: valueName1:true||value: valueName2:2||value: valueName3:2.6||value: valueName4:This is a string")
- yaml-tests.sk
- Same as above test made by @Rezz converted to skript-yaml by @Pikachu
[h2]Thanks![/h2]
I'd like to thank the whole Skript community, without users like you I wouldn't have bothered to make this!
A special shout out goes to @Pikachu for helping me with the syntax and some ideas <3