← Back to context Comment by tetha 15 hours ago Interesting. Do minecraft servers have an interactive shell when they are running? 1 comment tetha Reply PhilipRoman 13 hours ago They do, if you type something like `stop`, it's equivalent to typing `/stop` in the in-game chat. In my scripts I set stdin to a named pipe, to be able to send commands later.
PhilipRoman 13 hours ago They do, if you type something like `stop`, it's equivalent to typing `/stop` in the in-game chat. In my scripts I set stdin to a named pipe, to be able to send commands later.
They do, if you type something like `stop`, it's equivalent to typing `/stop` in the in-game chat. In my scripts I set stdin to a named pipe, to be able to send commands later.