Files
minecraft-server-discord-bot/README.md
2025-08-25 21:17:21 -04:00

22 lines
831 B
Markdown

# minecraft-server-discord-bot
A simple discord bot written in python for managing multiple minecraft servers through the same discord server.
Commands:
!help - Displays this help
!botstop - Stops the bot
!command [command] - Sends a command to the currently running server
!forcestopserver - Forcibly stops the currently running server by sending keyboard interrupt
!list - Lists currently running server and available servers
!startserver [server name] - Starts a server
!stopserver - Stops the currently running server
!ping - Pings the bot
-Add currently running server variable
Add running server check to prevent multiple servers running
-Add list command to see currently running servers
-Add server stop command
Add server command command
Add server message passthrough
Add help command
-Add discord message passthrough