Added build tools #1
This commit is contained in:
parent
79fe4f1934
commit
888eca9845
22
README.md
22
README.md
@ -2,3 +2,25 @@
|
|||||||
|
|
||||||
Spigot plugin to send Minecraft derivates to OnMemberJoin, OnMemberRemove & OnMessage to the KDB-API to be processed
|
Spigot plugin to send Minecraft derivates to OnMemberJoin, OnMemberRemove & OnMessage to the KDB-API to be processed
|
||||||
accordingly
|
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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user