Add /v alias for vanish
This commit is contained in:
parent
80793702c9
commit
7bbfe0794b
@ -12,7 +12,7 @@ public class IncognitoToggleCommand extends CommandBase<IncognitoManager>
|
||||
{
|
||||
public IncognitoToggleCommand(IncognitoManager plugin)
|
||||
{
|
||||
super(plugin, IncognitoManager.Perm.USE_INCOGNITO, "incognito", "vanish");
|
||||
super(plugin, IncognitoManager.Perm.USE_INCOGNITO, "incognito", "vanish", "v");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user