Closed
Description
There are some issues with Skript that I do not really have time to look at. If you want to take some of these tasks, reply here.
- Vector support (merged)
- Better math library for scripts, which actually respects calculation order
- Less buggy particles - possible involving custom NMS particle library, distributed separately (I did this, with no NMS)
- Custom event support in scripts Configuration for custom events #5724
- Basic server-to-server (with BungeeCord?) communication
- Print warnings if addon doesn't register itself, but tries to use Skript API New Registration API #6246
Big tasks:
- Sane addon API, and documentation for it (Started in New Registration API #6246)
- New database backend - H2 file DB Get SQL databases working again #7653
- Skript-to-JVM compiler, which generates classes from parsed scripts and possibly exports them (https://github.com/Moderocky/ByteSkript)
- Optimized variable storage Get SQL databases working again #7653
- Skript for Sponge