Additional aliases for common commands

This commit is contained in:
gsand
2016-01-01 19:05:02 -08:00
parent 8b6cf4fe8c
commit a85728cd21
6 changed files with 11 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ public class CmdSB extends FCommand {
public CmdSB() {
this.aliases.add("sb");
this.aliases.add("scoreboard");
this.permission = Permission.SCOREBOARD.node;
this.senderMustBePlayer = true;
}