#how do I run commands in a running console?

1 messages · Page 1 of 1 (latest)

celest vault
#

I have a minecraft server that I want to be able to start and stop with discord bot commands the issue isn't starting it, it's stopping it. how do I run /stop into the command console while the server is running?

celest vault
#

I actually just figured it out when you sent that lol

#

used a subprocess and stdin for a /stop command

#

yup this was actually kinda fun to figure out