Python Forum
Control Minecraft server with Discord bot - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code Review (https://python-forum.io/forum-46.html)
+--- Thread: Control Minecraft server with Discord bot (/thread-30051.html)



Control Minecraft server with Discord bot - 1Slim3yBoi - Oct-01-2020

Send commands and get information to and from Minecraft server. Basic commands like, kick, ban, kill, teleport, whisper, broadcast, change weather, and more included.
If you have access to server files and folders, there's a backup and restore system for world save and whole folder folder.
You can run the Minecraft server in Tmux session with the bot or run it as a subprocess with subrpocess.Popen, or use RCON to send commands to server. Read more at my repo.
https://github.com/dthomas550/slime_server