customrealms / example-plugin

Example CustomRealms plugin project
https://customrealms.io
MIT License
12 stars 4 forks source link
javascript minecraft minecraft-plugin server

example-plugin

This is an example of a Minecraft plugin written in JavaScript.

Setting up

Run npm install to make sure all needed dependencies are installed.

Building a JAR file

npm run build

The JAR file will be put into dist/ExamplePlugin.jar in your project.