Added op + deop aliases (trusted)

This commit is contained in:
Sauilitired 2014-11-09 19:27:46 +01:00
parent 790bb4e948
commit f8db0ceec5
5 changed files with 70 additions and 3 deletions

View file

@ -127,6 +127,8 @@ public enum Command {
/**
*
*/
OP("op", "admin"),
DEOP("deop", "deadmin"),
BAN("ban", "block"),
UNBAN("unban", "unblock"),
TP("tp", "tp");