diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 2bae573d..7ddb4b7e 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -230,6 +230,7 @@ permissions: authme.player.email.see: true authme.player.login: true authme.player.logout: true + authme.player.protection.quickcommandsprotection: true authme.player.register: true authme.player.security.verificationcode: true authme.player.seeownaccounts: true @@ -268,6 +269,9 @@ permissions: authme.player.logout: description: Command permission to logout. default: true + authme.player.protection.quickcommandsprotection: + description: Permission that enables on join quick commands checks for the player. + default: true authme.player.register: description: Command permission to register. default: true