skript-parser
skript-parser copied to clipboard
A standalone and improved implementation of the Skript language for use outside of Minecraft servers.
I am creating this list for others to see which syntax should be implemented but isn't already. This is the syntax that's present in vanilla Skript, but not yet in...
It's a bit early, but since we're coming closer at implementing all necessary syntax, I wanted to make this issue to already discuss future version changes. The road-map states that...
# Future of skript-parser ## Overview The skript-parser project was created to improve the current [Skript](https://github.com/SkriptLang/Skript) parser. Here is a simple roadmap to guide current and future contributors throughout the...
There is an exception thrown when trying to call the initAddon method of a class, because newInstance is calling null on nothing. It must be the class itself.