👉🏻 Please note that this project is in early alpha, do not expect to see anything working for now, and it's subject to major changes
PRs are welcome ;)
Simply place the .jar file
you downloaded in the releases tab or you built in your server's config/mods
directory and restart the server.
List your currently installed plugins by running the mods
command.
coming feature
for 0.1.0 pre
version and above you can do:
/js <javascript code>
-> sends result (both player and console can do that for now)
🚧 Warning: It has a little support of ES6 fow now (ECMAScript 6)
➡ Actually only const
and let
are supported
See all ES6 features: https://github.com/lukehoban/es6features/blob/master/README.md
I'm still looking for solutions like running the new https://www.graalvm.org/
Go to the releases tab here
gradlew jar
/ ./gradlew jar
Output jar should be in build/libs
.