Change node to authme.player.seeownaccounts #423
This commit is contained in:
parent
bebea0dd36
commit
fd7bdcd3c2
@ -88,7 +88,7 @@ public enum PlayerPermission implements PermissionNode {
|
|||||||
/**
|
/**
|
||||||
* Permission to use to see own other accounts.
|
* Permission to use to see own other accounts.
|
||||||
*/
|
*/
|
||||||
SEE_OWN_ACCOUNTS("authme.player.showotheraccounts");
|
SEE_OWN_ACCOUNTS("authme.player.seeownaccounts");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The permission node.
|
* The permission node.
|
||||||
|
|||||||
@ -187,6 +187,6 @@ permissions:
|
|||||||
authme.player.seeotheraccounts:
|
authme.player.seeotheraccounts:
|
||||||
description: Permission for user to see other accounts.
|
description: Permission for user to see other accounts.
|
||||||
default: false
|
default: false
|
||||||
authme.player.showownaccounts:
|
authme.player.seeownaccounts:
|
||||||
description: Permission for user to see own other accounts.
|
description: Permission for user to see own other accounts.
|
||||||
default: false
|
default: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user