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