From 99ef5ce726da69467077295263021ba45dce4e25 Mon Sep 17 00:00:00 2001 From: games647 Date: Thu, 8 Sep 2016 10:06:43 +0200 Subject: [PATCH] Fix correct cracked permission for bukkit --- bukkit/src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml index 059b721f..6e0932c0 100644 --- a/bukkit/src/main/resources/plugin.yml +++ b/bukkit/src/main/resources/plugin.yml @@ -38,7 +38,7 @@ commands: description: 'Label the invoker or the player specified as cracked if he was marked premium before' aliases: [unpremium] usage: / [player] - permission: ${project.artifactId}.command.unpremium + permission: ${project.artifactId}.command.cracked import-auth: description: 'Imports the auth data from another auto login'