mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2025-07-08 11:25:01 +01:00
remove deaf configs, update for better server
This commit is contained in:
parent
6378638ced
commit
64777bd76f
33 changed files with 326 additions and 891 deletions
7
Makefile
7
Makefile
|
@ -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 ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue