https://github.com/redik2/closed-pvp
https://github.com/redik2/closed-pvp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/redik2/closed-pvp
- Owner: Redik2
- Created: 2025-05-24T18:01:40.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-30T17:56:41.000Z (about 1 year ago)
- Last Synced: 2025-05-31T01:48:59.044Z (about 1 year ago)
- Language: Java
- Size: 67.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Setup
Clone this repository first.
To edit the plugin display name and other data, take a look at `plugin.json`.
Edit the name of the project itself by going into `settings.gradle`.
### Basic Usage
See `src/example/ExamplePlugin.java` for some basic commands and event handlers.
Every main plugin class must extend `Plugin`. Make sure that `plugin.json` points to the correct main plugin class.
Please note that the plugin system is in beta, and as such is subject to changes.
### Building a Jar
`gradlew jar` / `./gradlew jar`
Output jar should be in `build/libs`.
### Installing
Simply place the output jar from the step above in your server's `config/mods` directory and restart the server.
List your currently installed plugins/mods by running the `mods` command.