Go to file
2023-12-06 18:54:13 +01:00
src/main Updated spigot 2023-12-06 18:54:13 +01:00
.gitignore Made plugin executable #1 2023-01-12 21:28:24 +01:00
build.sh Updated spigot 2023-12-06 18:54:13 +01:00
LICENSE Added maven project 2023-01-12 20:32:55 +01:00
pom.xml Updated spigot 2023-12-06 18:54:13 +01:00
README.md Added build tools #1 2023-01-13 10:40:19 +01:00
run.sh Updated spigot 2023-12-06 18:54:13 +01:00
sh_ontime_handler_spigot.iml Updated spigot 2023-12-06 18:54:13 +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