mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Replace toggle permission with plots.toggle
This commit is contained in:
parent
4200bbfd0a
commit
3702caa25f
@ -33,7 +33,7 @@ import net.kyori.adventure.text.minimessage.Template;
|
|||||||
|
|
||||||
@CommandDeclaration(command = "toggle",
|
@CommandDeclaration(command = "toggle",
|
||||||
aliases = {"attribute"},
|
aliases = {"attribute"},
|
||||||
permission = "plots.use",
|
permission = "plots.toggle",
|
||||||
usage = "/plot toggle <chat | chatspy | clear-confirmation | time | titles | worldedit>",
|
usage = "/plot toggle <chat | chatspy | clear-confirmation | time | titles | worldedit>",
|
||||||
requiredType = RequiredType.NONE,
|
requiredType = RequiredType.NONE,
|
||||||
category = CommandCategory.SETTINGS)
|
category = CommandCategory.SETTINGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user