diff --git a/Core/src/main/java/com/plotsquared/core/command/Toggle.java b/Core/src/main/java/com/plotsquared/core/command/Toggle.java index 643d9e5a4..7b9f9823c 100644 --- a/Core/src/main/java/com/plotsquared/core/command/Toggle.java +++ b/Core/src/main/java/com/plotsquared/core/command/Toggle.java @@ -33,7 +33,7 @@ import net.kyori.adventure.text.minimessage.Template; @CommandDeclaration(command = "toggle", aliases = {"attribute"}, - permission = "plots.use", + permission = "plots.toggle", usage = "/plot toggle ", requiredType = RequiredType.NONE, category = CommandCategory.SETTINGS)