瀏覽代碼

Changing how vhelp works

nossr50 14 年之前
父節點
當前提交
2c2c212bf1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vMinecraftCommands.java

+ 1 - 1
vMinecraftCommands.java

@@ -30,7 +30,7 @@ public class vMinecraftCommands{
 		//If we had commands we would add them here.
         cl.register("/tp", "teleport");
         cl.register("/vminecraft", "vminecrafthelp");
-        cl.register("/vhelp", "vminecrafthelp");
+        cl.registerAlias("/vhelp", "/vminecraft");
         cl.register("/colors", "colors");
         cl.register("/masstp", "masstp", "Teleports those with lower permissions to you");
         cl.register("/reload", "reload");