skript-yaml

  • 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 community!

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

  1. V

    Is the skript variable stable?

    I made a kit plugin with skript But I found that all the kits in it were gone after I changed versions, so should I change the variable storage to yaml storage? If so, how to do it
  2. mk5912

    [Skript-YAML] Parsing yaml arrays and nested arrays.

    I apologise if this is a duplicate, I couldn't find any other posts about this. I am trying to write a script that uses a yaml config file containing nested arrays which would normally be queried by for the yaml contents below: key1: array1: - key2: value - array2: - - key3...
  3. Quentin_GHG

    Enchanting Item with multiple enchants

    Hello! Ive recently Tried to Learn Skript YAML and it was going pretty well untill I hit a roadblock and I cant solve it, so I wanted to ask for some help :D So Im working on a GUI where players can upgrade their items etc etc, and each item is saved as an individual .yml file so I can edit the...
  4. Gabrriel Nicolas

    skript-yaml help

    I'm a bit new to this, I was looking at the wiki but I didn't understand much about the script-yaml, basically what I want to do is make a "name/age/gender skript" and have a specific yaml for each player where it shows the values of their name, age and gender, well, I did everything except...
  5. F

    Solved skript-yaml memory storage vs skript variables

    When creating a stat system for users, I first used yaml with skutilities. Then after a while, I noticed that skutilites read and wrote the whole file every time I changed a single value. So I switched to saving the player variables in skript and accessing skript variables instead of yaml - and...