update readme

This commit is contained in:
Mark 2023-12-15 12:29:50 +01:00
parent 94805a962c
commit 45c5bf4eae

View File

@ -19,6 +19,10 @@ Documentation may be added in the future...
- (m) My Server - (m) My Server
- (t) Test World - (t) Test World
The following commands can only be used from the *INFO* channel,
which means that the permissions for that channel
can be used to control who can start, stop, and run commands on the minecraft server:
`/starts` starts a server. You can choose which one to start. `/starts` starts a server. You can choose which one to start.
Only one server can be running at any given time. Only one server can be running at any given time.
@ -28,3 +32,5 @@ Only one server can be running at any given time.
`/stop` runs the `stop` command in the current server. `/stop` runs the `stop` command in the current server.
Once the server shuts down, a message will be sent. Once the server shuts down, a message will be sent.
`/run_command say Hello` runs the `say Hello` command on the server. Can be used to OP people, too.