Moved permission from player to admin space

This commit is contained in:
Tim Visée 2015-12-01 16:34:54 +01:00
parent 3d0bf674bd
commit a0ed554514
2 changed files with 5 additions and 5 deletions

View File

@ -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.
*/

View File

@ -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.
*/