From 45c5bf4eaee7b1cd714fc56db52f020bdcdb260f Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 15 Dec 2023 12:29:50 +0100 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index aafbce6..fe7308e 100755 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ Documentation may be added in the future... - (m) My Server - (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. 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. 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.