From ebfd270b25eafb226344084664c2a6e9836a4214 Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Sun, 14 Mar 2021 22:52:57 -0600 Subject: [PATCH] Slight README update --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 3b7a145..c563ce3 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,7 @@ To use this in Minetest, simply install it as a Minetest mod. Minetest will load init.lua. See the source code for information about chat commands which can then be used. -Most of these commands will later be buried under other commands that -do more privilege checking. These are mainly for testing purposes. - -* `/addorg [orgname]` - Create a new org -* `/listorgs` - Lists the orgs (and their members) currently in existence -* `/listplayers` - Lists all the players currently in the game -* `/joinorg [orgname]` - Adds the user to the specified org -* `/pollself [question]` - Asks the player a yes/no/abstain question +Use the `/menu` command to see a list of registered chat commands. ## Storage