Fixed removeprefix

This commit is contained in:
cerevisiae 2010-12-10 13:03:36 -06:00
parent 5daafbf21e
commit 9ff47ae104

View File

@ -38,7 +38,7 @@ public class vMinecraftCommands{
//Administrative
cl.register("/prefix", "prefix", "Set your name color and prefix");
cl.register("/rprefix", "removePrefix", "Remove your name color and prefix");
cl.register("/rprefix", "removeTag", "Remove your name color and prefix");
cl.register("/nick", "nickName", "Set your display name");
cl.register("/rnick", "removeNick", "Reset your display name to your account name");
cl.register("/suffix", "suffix", "Set your suffix");