mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-06 04:23:26 +00:00
Added op + deop aliases (trusted)
This commit is contained in:
parent
790bb4e948
commit
f8db0ceec5
5 changed files with 70 additions and 3 deletions
|
@ -127,6 +127,8 @@ public enum Command {
|
|||
/**
|
||||
*
|
||||
*/
|
||||
OP("op", "admin"),
|
||||
DEOP("deop", "deadmin"),
|
||||
BAN("ban", "block"),
|
||||
UNBAN("unban", "unblock"),
|
||||
TP("tp", "tp");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue