Skip to content

Commit

Permalink
Disabled the server GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesBHuff committed Apr 18, 2020
1 parent 6bbd0b5 commit fe44aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ JAVA_OPTS=$(echo \

## Start the server
exec screen -d -m -S "SettleScape" \
"$JAVA" $JAVA_OPTS -jar "$SERVER_JAR"
"$JAVA" $JAVA_OPTS -jar "$SERVER_JAR" nogui
##NOTE: Type `screen -r SettleScape` to attach to the SettleScape screen.
##NOTE: Press Ctrl+A,Ctrl+D to detatch from the SettleScape screen.
##NOTE: Type `screen -S SettleScape -X stuff "$COMMAND\n"` to send a command to the SettleScape screen.

0 comments on commit fe44aaf

Please sign in to comment.