-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
30 lines (28 loc) · 697 Bytes
/
Copy pathplugin.yml
File metadata and controls
30 lines (28 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: SimpleReport
version: 1.0
description: A simple plugin for reports.
author: YoFuzzy3
main: com.fuzzoland.SimpleReport.SimpleReport
commands:
report:
description: Use /report.
permissions:
simplereport.*:
description: All features of SimpleReport.
children:
simplereport.submit: true
simplereport.list: true
simplereport.view: true
simplereport.del: true
simplereport.submit:
description: Use /report submit
default: true
simplereport.list:
description: Use /report list
default: op
simplereport.view:
description: Use /report view
default: op
simplereport.del:
description: Use /report del
default: op