2023-01-12 20:15:08 +01:00
|
|
|
# spigot_ontime_handler
|
|
|
|
|
2023-01-12 23:24:15 +01:00
|
|
|
Spigot plugin to send Minecraft derivates to OnMemberJoin, OnMemberRemove & OnMessage to the KDB-API to be processed
|
2023-01-13 10:40:19 +01:00
|
|
|
accordingly
|
|
|
|
|
|
|
|
## Execute
|
|
|
|
|
|
|
|
### Install dependencies:
|
|
|
|
|
|
|
|
Install ```spigot server``` in folder ```./spigot``` first!!
|
|
|
|
|
|
|
|
```bash
|
|
|
|
mvn install
|
|
|
|
```
|
|
|
|
|
|
|
|
### Build and Run the plugin:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
./run.sh
|
|
|
|
```
|
|
|
|
|
|
|
|
### Build only:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
./build.sh
|
|
|
|
```
|