skript-parser icon indicating copy to clipboard operation
skript-parser copied to clipboard

A standalone and improved implementation of the Skript language for use outside of Minecraft servers.

Results 14 skript-parser issues
Sort by recently updated
recently updated
newest added

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...

feature
future

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

# 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...

future

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.