Changing how vhelp works

This commit is contained in:
nossr50 2010-12-08 01:38:33 -08:00
parent 9508643597
commit 2c2c212bf1

View File

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