How do I shutdown a Faceless Server?
./Blockland.app/Contents/MacOS/Blockland -dedicatedLAN -map Bedroom
Started from the command line, Blockland.app does NOT go into an interactive mode at the console. It just dumps Std-out to the screen.
I issue cmd-c and it halts. But this does not safely shut down the server.
It just kills it. Wham!
How do I access the console on a faceless server? So I may issue Quit();
If I connect with blockland on the same host, I am able to perform a save from the GUI. But when I go to the console and issue Quit(); it only quits the Client. The faceless server remains up.
How do I safely shutdown a Faceless dedicated Server?