06-24-2014, 06:39 AM
The best way I've found for build jobs is to use screen and then pipe into that.
So you could start up mcserver with
and stop it with
Alternatively you could try to use our RCON support, though I'm not sure how good that is.
So you could start up mcserver with
Code:
echo '"./MCServer\n" | screen -S MCServer
Code:
echo "stop\n" | screen -r MCServer
Alternatively you could try to use our RCON support, though I'm not sure how good that is.