Skip to content

Commit 9f7cfb5

Browse files
Change wrong permission in plugin.yml #359
1 parent 296e82a commit 9f7cfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schematicbrushreborn-paper/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ bukkit {
9898
register("schematicbrush") {
9999
description = "Create and use schematic brushes"
100100
aliases = listOf("sbr", "schbr", "schembrush")
101-
permission = "schematicbrush.use"
101+
permission = "schematicbrush.brush.use"
102102
}
103103

104104
register("schematicbrushsettings") {

0 commit comments

Comments
 (0)