- Added list value expression `[[skript-]y[a]ml] value %number% (of|in|from) list %string% (of|in|from) %string% [without string checks]`
- Warns if the node is not a list or if the index is not within range
- Added more verbose error logging
- Internal errors now show the sk file and line number also there are more error/warning messages for certain things
- Bug fixes
- Sometimes strings would split between multiple lines (which snakeyaml does by default) causing data to sometimes be lost
- Fixed by preventing strings from splitting
- Sometimes strings containing '&' would save without double quotes and cause an error preventing the data from loading correctly
- Fixed by forcing those strings to save with double quotes (currently )
- Fixed some NPEs laying around the place
- Skript versions
- In Skript 2.4 some api changes were made to some class names and methods and again in Skript 2.6 some other changes were made
- This update addresses those changes and makes things backwards compatible