Go to file
Teriuihi 254acc4918 Update default storage path for configs
The storage path for configs has now been updated to a new directory. This change applies to both the init method in the BoosterFileStorage class and the Config constructor. Instead of the user home directory, configs will now be stored in the "/mnt" directory.
2024-07-19 21:27:24 +02:00
api Update default storage path for configs 2024-07-19 21:27:24 +02:00
gradle/wrapper Progress but no progress? 2021-12-25 18:05:07 +01:00
plugin Fixed pets getting exp based on what their level is instead of the exp they received 2023-06-27 05:15:14 +02:00
velocity Reworked everything to be much easier to read and just over all better (didnt rewrite the ranks part tho) 2023-06-27 04:37:56 +02:00
.gitignore first commit 2021-09-06 19:35:04 +02:00
build.gradle.kts Changed the booster command name and its permission 2022-09-06 23:50:48 +02:00
gradlew first commit 2021-09-06 19:35:04 +02:00
gradlew.bat first commit 2021-09-06 19:35:04 +02:00
README.md first commit 2021-09-06 19:35:04 +02:00
settings.gradle.kts Remove worldguard from mcmmo and remove mavenLocal() from build.gradle.kts 2022-09-09 21:35:35 +02:00

Boosters

Building and setting up

Run the following command in the root directory:

./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