https://github.com/customrealms/example-plugin
Example CustomRealms plugin project
https://github.com/customrealms/example-plugin
javascript minecraft minecraft-plugin server
Last synced: 9 months ago
JSON representation
Example CustomRealms plugin project
- Host: GitHub
- URL: https://github.com/customrealms/example-plugin
- Owner: customrealms
- License: mit
- Created: 2021-11-11T06:45:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T14:25:29.000Z (over 1 year ago)
- Last Synced: 2025-04-01T08:44:39.928Z (10 months ago)
- Topics: javascript, minecraft, minecraft-plugin, server
- Language: TypeScript
- Homepage: https://customrealms.io
- Size: 67.4 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.