Skript
Skript copied to clipboard
Add parse structure for testing
Description
Adds a parse structure to allow testing structures for errors.
Target Minecraft Versions: any Requirements: none Related Issues: none
rather than allowing just a single section, i was thinking it might be better to parse anything in the code section a separate script (which can contain multiple structures). that way you can test for errors that depend on multiple structures are thrown (e.g. defining two commands of the same name).