Comment by tetha

1 day ago

Interesting. Do minecraft servers have an interactive shell when they are running?

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.