skutil

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

  1. L

    skutil yaml - read added variables from a file

    the title itself doesn't explain much, so i'll explain it here. I want to create custom items with custom lores and rarities. This is done pretty easy in skript with the "set {@name} to item", but as I will create a lot of items, I needed to save them as yml's to be more space efficient. I...
  2. G

    skutilities not working

    Hi, I'm trying to create a command that can save and read informations on a yaml file (.yml). So, I've coded this, but it's not working: command /try: trigger: send skutilities yaml value "try" of file "file.yml" I receive this error while trying to load the .sk file...
  3. T

    Solved GitHub Download File Script Optimization

    I haven't tested this, but it's my first script using download file, the goal of it is to allow my devs to access a script file without having console access, and have it automatically update it to the server with a command. So, I'm looking for any errors or ways to optimize it as it is...