im assuming (in one form or another) the start button runs:
"/path/to/java -java_options -jar=minecraft_server.jar"
and i would like to change it to:
"screen -dmS servername /path/to/java -java_options -jar=minecraft_server.jar"
however i cannot find the start button script to do so. is this possible and how would i accomplish this?
thanks in advance.
produces:
screen -dmS mc-servername /path/to/java -Xmx__M -Xms__M -java-options -jar minecraft_server.jar jar_args.
Is there something you’re hoping to do that you can’t do with the existing config?