Moved permission from player to admin space
This commit is contained in:
parent
3d0bf674bd
commit
a0ed554514
@ -90,6 +90,11 @@ public enum AdminPermission implements PermissionNode {
|
|||||||
*/
|
*/
|
||||||
SWITCH_ANTIBOT("authme.command.admin.switchantibot"),
|
SWITCH_ANTIBOT("authme.command.admin.switchantibot"),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Administrator command to convert old or other data to AuthMe data.
|
||||||
|
*/
|
||||||
|
CONVERTER("authme.command.admin.converter"),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Administrator command to reload the plugin configuration.
|
* Administrator command to reload the plugin configuration.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -60,11 +60,6 @@ public enum PlayerPermission implements PermissionNode {
|
|||||||
*/
|
*/
|
||||||
CAPTCHA("authme.command.player.captcha"),
|
CAPTCHA("authme.command.player.captcha"),
|
||||||
|
|
||||||
/**
|
|
||||||
* Administrator command to convert old or other data to AuthMe data.
|
|
||||||
*/
|
|
||||||
CONVERTER("authme.command.player.converter"),
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Permission for users a login can be forced to.
|
* Permission for users a login can be forced to.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user