New setup instructions + server jar

This commit is contained in:
dginovker
2020-02-11 19:47:39 -05:00
parent dc4edd3c32
commit 56e2c43251
510 changed files with 14 additions and 8 deletions
+1 -3
View File
@@ -2,7 +2,5 @@ echo NOTE: This program is meant to be run by the live server admin only!
echo You probably don\'t want to run this, even if you\'re developing locally!
for i in {0..50}
do
rm -rf com/
cp -r ../CompiledServer/production/2006rebotted/com .
java -Xmx15G -cp ".:./libs/*" com.rebotted.GameEngine | tee -a server_running_output.txt
java -jar build/libs/2006Redone Server.jar
done