mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
Fixed removeprefix
This commit is contained in:
parent
5daafbf21e
commit
9ff47ae104
@ -38,7 +38,7 @@ public class vMinecraftCommands{
|
|||||||
|
|
||||||
//Administrative
|
//Administrative
|
||||||
cl.register("/prefix", "prefix", "Set your name color and prefix");
|
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("/nick", "nickName", "Set your display name");
|
||||||
cl.register("/rnick", "removeNick", "Reset your display name to your account name");
|
cl.register("/rnick", "removeNick", "Reset your display name to your account name");
|
||||||
cl.register("/suffix", "suffix", "Set your suffix");
|
cl.register("/suffix", "suffix", "Set your suffix");
|
||||||
|
Loading…
Reference in New Issue
Block a user