ThinkingAboutIt submitted a new resource:
EzYML - YML simplified.
Read more about this resource...
EzYML - YML simplified.
EzYML.sk
Description:
A simple function to speed up the process of creating YML files and adding values/lists into them.
Usage:
If you've ever used JSON.sk, you'll understand the way this function works.
An example usage of this:
code_language.skript:on script load: if existence of "plugins/DIR/config.yml" is false: createYMLFile("../../DIR/config.yml", "val: enabled:true||val: test:1||lst:...
Read more about this resource...