Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/customrealms/example-plugin

Example CustomRealms plugin project
https://github.com/customrealms/example-plugin

javascript minecraft minecraft-plugin server

Last synced: about 4 hours ago
JSON representation

Example CustomRealms plugin project

Awesome Lists containing this project

README

        

# 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

```sh
npm run build
```

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