JointJS is a Minecraft spigot plugin, that adds JavaScript (GraalVM JS implementation) into Minecraft, allowing to code faster (because js is interpreted language).
Make sure that you use Spigot-based Minecraft server core. It is important to note, that JointJS currently tested only on Spigot 1.16.5
- Download latest release here.
- Put downloaded jar file into serverFolder/plugin folder.
- Download bun.sh (for TypeScript compiling)
- Run
npm init
npm init
- Install
@joint-js/modules
npm module
npm install @joint-js/modules
You can find documentation in repository’s wiki.