skutilities not working

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Ghostinoo

Member
May 24, 2021
1
0
1
24
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:

Code:
command /try:
    trigger:
        send skutilities yaml value "try" of file "file.yml"

I receive this error while trying to load the .sk file:
Code:
uk.tim740.skUtilities.yaml.SExprYaml is not a text (test_command.sk, line 3: send skutilities yaml value "sus" of file "file.yml"')

Some ideas on how to solve it?
 
Status
Not open for further replies.