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