Does anyone have an idea why the set commands syntax doesn't work for me?
Code:
command /testyaml:
trigger:
load yaml "plugins/skript/scripts/test.yml" as "test"
if yaml "test" is empty:
set yaml value "test.hej" from "test" to "hej"
set comments of yaml node "test.hej" from "test" to "comment"
save yaml "test"
set comments of yaml node "test.hej" from "test" to "kommentar"```it sets the yaml value and stuff, it just doesn't add a comment