remove deaf configs, update for better server

This commit is contained in:
Merith-TK 2023-05-08 19:41:23 -07:00
parent 6378638ced
commit 64777bd76f
33 changed files with 326 additions and 891 deletions

View file

@ -70,3 +70,10 @@ update-packwiz:
go install github.com/packwiz/packwiz@latest
clear
@echo "Packwiz has been Updated"
run-server:
cd .minecraft && pw refresh && cd ..
-mkdir .run
echo "eula=true" > .run/eula.txt
cd .run && java -jar ../.minecraft/packwiz-installer-bootstrap.jar ../.minecraft/pack.toml -s server && cd ..
cd .run && java -Xmx2G -Xms2G -jar server.jar nogui && cd ..