SBDeveloper
e3ae461bd3
Some checks failed
Plugins/ThemeParkConnector/pipeline/head There was a failure building this commit
23 lines
No EOL
603 B
Markdown
23 lines
No EOL
603 B
Markdown
# ThemeParkConnector
|
|
|
|
**Authors:** Thomas (IOByte), Stijn (SBDeveloper)
|
|
|
|
This repository contains the original ThemePark plugin used to communicate between ThemeParkPanel and your Minecraft server.
|
|
|
|
## Usage
|
|
|
|
To use the plugin, simply download the latest release from SpigotMC and place it in your server's `plugins` directory.
|
|
|
|
## Compilation
|
|
|
|
To build the plugin, run the following command:
|
|
|
|
```bash
|
|
mvn clean package
|
|
```
|
|
|
|
The plugin will be built in the `target` directory.
|
|
|
|
## License
|
|
|
|
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details. |