Resource icon
  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

ThinkingAboutIt

Active Member
Jan 26, 2017
214
19
8
ThinkingAboutIt submitted a new 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...