Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/customrealms/example-plugin
- Owner: customrealms
- License: mit
- Created: 2021-11-11T06:45:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T14:25:29.000Z (5 months ago)
- Last Synced: 2024-06-28T15:49:20.201Z (5 months ago)
- Topics: javascript, minecraft, minecraft-plugin, server
- Language: TypeScript
- Homepage: https://customrealms.io
- Size: 67.4 KB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
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.