first commit

This commit is contained in:
destro174
2021-09-06 19:35:04 +02:00
commit 2e47148476
17 changed files with 638 additions and 0 deletions
Executable
+11
View File
@@ -0,0 +1,11 @@
# Boosters
## Building and setting up
Run the following command in the root directory:
```gradlew
./gradlew build
```
This will build a single jar file containing both the server and proxy plugin for easy updating and maintaining.
The output file can be located in `/build/libs/Boosters-<version>.jar`