← Back to context Comment by tetha 1 day ago Interesting. Do minecraft servers have an interactive shell when they are running? 1 comment tetha Reply PhilipRoman 1 day 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 1 day 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.