Go to file
2023-02-14 08:06:04 +01:00
src/main Moved config 2023-02-14 08:06:04 +01:00
.gitignore Made plugin executable #1 2023-01-12 21:28:24 +01:00
build.sh Added build tools #1 2023-01-13 10:40:19 +01:00
kd_ontime_handler_spigot.iml Added logic to handle stuff 2023-02-12 20:13:59 +01:00
LICENSE Added maven project 2023-01-12 20:32:55 +01:00
pom.xml Added logic to handle stuff 2023-02-12 20:13:59 +01:00
README.md Added build tools #1 2023-01-13 10:40:19 +01:00
run.sh Added build tools #1 2023-01-13 10:40:19 +01:00

spigot_ontime_handler

Spigot plugin to send Minecraft derivates to OnMemberJoin, OnMemberRemove & OnMessage to the KDB-API to be processed accordingly

Execute

Install dependencies:

Install spigot server in folder ./spigot first!!

mvn install

Build and Run the plugin:

./run.sh

Build only:

./build.sh