This commit is contained in:
Xephi
2016-01-09 14:45:59 +01:00
parent c8fa9a146e
commit 18ed62b096
3 changed files with 14 additions and 12 deletions
@@ -83,7 +83,12 @@ public enum PlayerPermission implements PermissionNode {
/**
* Permission to use all player (non-admin) commands.
*/
PLAYER_ALL("authme.player.*");
PLAYER_ALL("authme.player.*"),
/**
* Permission to use to see own other accounts.
*/
SEE_OWN_ACCOUNTS("authme.player.showotheraccounts");
/**
* The permission node.