-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathplugin.yml
45 lines (45 loc) · 1.31 KB
/
plugin.yml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
name: EasyEdit
main: platz1de\EasyEdit\EasyEdit
api: 5.12.0
version: 3.1.0
author: platz1de
permissions:
easyedit.info:
default: true
description: "Allows the user to see information about the plugin"
easyedit.edit:
default: op
description: "Allows the user to edit blocks"
easyedit.generate:
default: op
description: "Allows the user to generate blocks"
easyedit.history:
default: op
description: "Allows the user to use the edit history"
easyedit.history.other:
default: op
description: "Allows the user to use the edit history of other people"
easyedit.clipboard:
default: op
description: "Allows the user to use the clipboard"
easyedit.readdisk:
default: op
description: "Allows the user to load schematics from disk"
easyedit.writedisk:
default: op
description: "Allows the user to load schematics from disk"
easyedit.manage:
default: op
description: "Allows the user to manage plugin internals"
easyedit.select:
default: op
description: "Allows the user to select positions"
easyedit.brush:
default: op
description: "Allows the user to use brushes"
easyedit.rod:
default: op
description: "Allows the user to use the builder rod"
easyedit.util:
default: op
description: "Allows the user to use utility tools"