mirror of
https://github.com/opus-tango/minecraft-server-discord-bot.git
synced 2026-03-20 03:55:20 +00:00
update readme
This commit is contained in:
23
README.md
23
README.md
@@ -2,16 +2,21 @@
|
||||
|
||||
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 [force] - Stops the currently running server
|
||||
!say [message] - Sends a message to the currently running server
|
||||
!command [command] - Sends a command to the currently running server
|
||||
!botstop - Stops the bot
|
||||
!stopserver - Stops the currently running server
|
||||
!ping - Pings the bot
|
||||
|
||||
Add currently running server variable
|
||||
-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 say command
|
||||
Add server message passthrough
|
||||
-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
|
||||
Reference in New Issue
Block a user