You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Telegram bot to start, stop and monitor minecraft servers via chat. It is able to answer direct messages or commands
from a group chat. It implements basic user identification to prevent unauthorized use. It won't store or share any
details about chats, groups or anything (why should it?), so it should be fully GDPR conform!
add this program to your autostart of choice (see start.sh)
contact your bot instance on telegram or invite it into a group
Don't try to start two bot instances with the same token at the same time and don't share your token with anyone else!
Request a new token from Godfather if you are unsure if your token has been used somewhere else.
Commands
Commands are displayed as a custom keyboard whenever you send /help to the bot, the following list is a summary:
/start
/commands
/status
/players
/start_server
/stop_server
Q & A
Q: Why are you not using docker like all the (other) cool kids?
A: I can't access host executables (minecraft) from inside a container
Q: Why are you not starting the .jar directly?
A: Many minecraft versions use custom launchers, don't want to break that
Q Why are you not allowing /say commands or bridge messages?
A: I can't pass commands to or read output from the running server instance because it's hidden behind the custom call.