forked from AdamGaltrey/QuestX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
48 lines (48 loc) · 1.12 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
46
47
48
name: QuestX
main: com.adamki11s.questx.QuestX
version: 1.1.1
author: Adamki11s
website: http://www.adamki11s.com/
commands:
questx:
aliases: q
description: QuestX
usage: /QuestX [args]
permissions:
questx.*:
description: Gives access to all QuestX commands
children:
questx.update: true
questx.quests: true
questx.npcs: true
questx.fixedspawns: true
questx.hotspots: true
questx.update:
default: true
children:
questx.update.update: true
questx.quests:
default: true
children:
questx.quests.setup: true
questx.npcs:
default: true
children:
questx.npcs.list: true
questx.npcs.delete: true
questx.npcs.find: true
questx.npcs.tele: true
questx.fixedspawns:
default: true
children:
questx.fixedspawns.add: true
questx.fixedspawns.edit: true
questx.fixedspawns.delete: true
questx.fixedspawns.deleteall: true
questx.fixedspawns.list: true
questx.hotspots:
default: true
children:
questx.hotspots.add: true
questx.hotspots.delete: true
questx.hotspots.list: true