-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathplugin.yml
More file actions
53 lines (52 loc) · 1.83 KB
/
plugin.yml
File metadata and controls
53 lines (52 loc) · 1.83 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
name: "BlockQuests"
author: "BlockHorizons"
version: 1.0.0
main: BlockHorizons\BlockQuests\BlockQuests
api:
- 3.0.0-ALPHA7
- 3.0.0-ALPHA8
- 3.0.0-ALPHA9
- 3.0.0-ALPHA10
permissions:
blockquests:
default: false
description: "Allows access to all BlockQuest features."
children:
blockquests.command:
default: false
description: "Allows access to all BlockQuest commands."
children:
blockquests.command.create:
default: op
description: "Allows access to creating a quest."
blockquests.command.edit:
default: op
description: "Allows access to editing a quest."
blockquests.command.delete:
default: op
description: "Allows access to deleting an existing quest."
blockquests.command.check:
default: true
description: "Allows access to starting an existing quest."
blockquests.command.reset:
default: false
description: "Allows resetting all quests data."
children:
blockquests.command.reset.self:
default: true
description: "Allows resetting your own quests data."
blockquests.command.reset.others:
default: op
description: "Allows resetting quests data of other players."
blockquests.command.help:
default: false
description: "Allows usage of the help command."
children:
blockquests.command.help.default:
default: true
description: "Allows listing the blockquests help page for normal players."
blockquests.command.help.others:
default: op
description: "Allows listing the blockquests help page of operators."
...