Skip to content

Commit 07a221f

Browse files
committed
feat(permissions): add crawl-related permissions to plugin.yml
Add new permissions for crawl functionality to enable users to crawl and toggle crawl mode
1 parent 43e79b1 commit 07a221f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/resources/plugin.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@ description: A fully customizable sit plugin
77
permissions:
88
vsit.sit:
99
description: "Allows the user to sit down"
10+
vsit.crawl:
11+
description: "Allows the user to crawl"
12+
vsit.crawl.toggle:
13+
description: "Allows the user to toggle crawl functionality"
1014
vsit.reload:
1115
description: "Allows the user to reload the configuration"

0 commit comments

Comments
 (0)