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
Documentation available at
github
Skripts
- ez-yaml.sk
- Updated version thanks to Pikachu of this Skript API
Code (Text):
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
Thanks!
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