We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8262006 commit d1e130eCopy full SHA for d1e130e
common/src/main/java/de/bluecolored/bluemap/common/commands/commands/TasksCommand.java
@@ -87,7 +87,7 @@ public Component taskList() {
87
}
88
89
@Command("tasks cancel <task-ref>")
90
- @Permission("bluemap.tasks")
+ @Permission("bluemap.tasks.cancel")
91
public Component cancelTask(@Argument("task-ref") RenderTask renderTask) {
92
boolean removed = plugin.getRenderManager().removeRenderTask(renderTask);
93
if (!removed)
0 commit comments