-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.yml
More file actions
32 lines (32 loc) · 1.04 KB
/
plugin.yml
File metadata and controls
32 lines (32 loc) · 1.04 KB
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
31
32
name: GriefLog
version: 5.3.0
main: tk.blackwolf12333.grieflog.GriefLog
softdepend: [WorldEdit]
commands:
glog:
description: Main command, type /glog help for more info.
usage: /glog <option> <arguments>
permissions:
grieflog.*:
description: Gives access to all GriefLog commands
default: op
children:
grieflog.search: true
grieflog.rollback: true
grieflog.tool: true
grieflog.reload: true
grieflog.page: true
grieflog.getwarning: true
grieflog.tpto: true
grieflog.report: true
grieflog.getwarning.*:
description: Permission to get a warning when someone does something that indicates that he has a modified client.
default: false
children:
grieflog.getwarning.breakair: true
grieflog.report.*:
description: Permission nodes for the report commands
default: false
children:
grieflog.report.view: false
grieflog.report.report: true