Browse Source

Slight README update

Nathan Schneider 3 years ago
parent
commit
ebfd270b25
1 changed files with 1 additions and 8 deletions
  1. 1 8
      README.md

+ 1 - 8
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