feat: entire fucking database base and team features and prefixes and shit i worked on this for like 7 hours straight this night i want to kms i need SLEEEEEEP

This commit is contained in:
hexlocation 2025-04-19 05:57:43 +02:00
parent 044a0d674a
commit 130e6de1d1
19 changed files with 541 additions and 9 deletions

View file

@ -5,6 +5,6 @@ catch () {
exit 1
}
./gradlew build -PisDebug=./server/plugins || catch
./gradlew clean build copyToServer || catch
cd server && java -jar server.jar -nogui && cd ..