fix: remove court

This commit is contained in:
hexlocation 2025-04-18 22:28:33 +02:00
parent 01aeefaaa3
commit dca469d8b7
43 changed files with 14 additions and 102 deletions

6
debug.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/bash
cp build/libs/*.jar server/plugins
cd server && java -jar server.jar -nogui && cd ..