qsef1256
qsef1256
**Describe the bug** I keep getting exceptions while using Save Action. It seems to happen during build or save, but It's happening irregularly, so I don't know the exact cause....
### Describe the bug HEX color is not applied to the score. ### Steps to Reproduce Use Hex Color with score ### Expected Behavior HEX color must be applied to...
**Description:** Can't remove value from yaml list. **Code:** ``` options: file: "plugins/Skript/scripts/test.yml" command /yaml [] []: trigger: load yaml {@file} as {@file} set {_data} to "a" if arg 1 is...
**Description:** 1. In Skript, the arguments of the command are converted to uncolored strings. (&atest) 2. In skript-yaml, colorless string containing & are converted to uncolored string with "" ("&atest")...
Currently it is not possible to "add" value to yaml value. Example: ``` command /addValue []: trigger: load yaml "plugins/Skript/scripts/config.yml" add arg 1 to yaml value "test" from "config" ```...
**Description:** 1. If there is a yaml file with only comments, skript-yaml removes comments. 2. If there is a space next to the comment mark #, skript-yaml throws the error...