mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-19 00:35:20 +01:00
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"),
|
||||
|
||||
/**
|
||||
* Administrator command to convert old or other data to AuthMe data.
|
||||
*/
|
||||
CONVERTER("authme.command.admin.converter"),
|
||||
|
||||
/**
|
||||
* Administrator command to reload the plugin configuration.
|
||||
*/
|
||||
|
@ -60,11 +60,6 @@ public enum PlayerPermission implements PermissionNode {
|
||||
*/
|
||||
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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user