瀏覽代碼

Slight README update

Nathan Schneider 3 年之前
父節點
當前提交
ebfd270b25
共有 1 個文件被更改,包括 1 次插入8 次删除
  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