I'm getting started with using skript-yaml right now.
Reading this file: (https://hastebin.com/goherasolo.php), i've come across an issue. For some reason, the script that i made to read the file, stops at some point and won't execute the rest.
So i've used this code to debug and find out where things are going wrong:
I learned that the script stops directly after reading the node "Courses.petrichor.Holes". All other prior nodes are read fine without a problem.
Is this some YAML formatting issue i didn't know about? I had a similar script prior to this, it was working fine, although using SkUtilities instead.
/edit:
The script doesn't actually stop. It just fails to read any more yml data after the "Holes" node.
Cheers
Reading this file: (https://hastebin.com/goherasolo.php), i've come across an issue. For some reason, the script that i made to read the file, stops at some point and won't execute the rest.
So i've used this code to debug and find out where things are going wrong:
code_language.skript:
loop all yaml nodes from "courses.yml":
broadcast "%loop-value%"
I learned that the script stops directly after reading the node "Courses.petrichor.Holes". All other prior nodes are read fine without a problem.
Is this some YAML formatting issue i didn't know about? I had a similar script prior to this, it was working fine, although using SkUtilities instead.
/edit:
The script doesn't actually stop. It just fails to read any more yml data after the "Holes" node.
Cheers