-
Notifications
You must be signed in to change notification settings - Fork 39
/
plugin.yml
117 lines (115 loc) · 3.4 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
name: KoTH
main: subside.plugins.koth.KothPlugin
version: 1.5.1
author: SubSide
softdepend: [Multiverse-Core, Factions, Kingdoms, LegacyFactions, PlaceholderAPI, VanishNoPacket]
commands:
koth:
description: Gives access to koth
permissions:
koth.*:
description: Gives the player all the permissions
children:
koth.default: true
koth.admin: true
koth.control: true
koth.default:
description: Gives the player all the default permissions
children:
koth.help: true
koth.list: true
koth.loot: true
koth.schedule: true
koth.version: true
koth.ignore: true
koth.next: true
koth.top: true
koth.help:
description: Gives the player permissions to /koth (help)
default: true
koth.ignore:
description: Allows you to ignore the chat messages
default: true
koth.list:
description: Gives the player permissions to /koth list
default: true
koth.loot:
description: Gives the player permissions to /koth loot
default: true
koth.schedule:
description: Gives the player permissions to /koth schedule
default: true
koth.version:
description: Gives the player permissions to /koth version
default: true
koth.next:
description: Gives the player permissions to /koth next
default: true
koth.top:
description: Gives the player permissions to /koth top
default: true
koth.admin:
description: Gives access to all admin permissions!
children:
koth.admin.create: true
koth.admin.edit: true
koth.admin.remove: true
koth.admin.bypass: true
koth.admin.help: true
koth.admin.loot: true
koth.admin.reload: true
koth.admin.schedule: true
koth.admin.info: true
koth.admin.tp: true
koth.admin.create:
description: Gives the player permissions to create koths
default: op
koth.admin.edit:
description: Gives the player permissions to edit koths
default: op
koth.admin.remove:
description: Gives the player permissions to remove koths
default: op
koth.admin.bypass:
description: Gives the player permissions to bypass chest protection
default: false
koth.admin.help:
description: Gives the player permissions to the full help menu
default: op
koth.admin.loot:
description: Gives the player permissions to edit the loot chest
default: op
children:
koth.loot: true
koth.admin.reload:
description: Gives the player permissions to reload the plugin
default: op
koth.admin.schedule:
description: Gives the player permissions to schedule koths
default: op
children:
koth.schedule: true
koth.admin.info:
description: Gives the player permissions to show info about koths
default: op
koth.admin.tp:
description: Gives the player permissions to tp to koths
default: op
koth.admin.admin:
description: Gives the player permissions to tp to koths
default: op
koth.control:
description: Gives the player permissions to all control commands
children:
koth.control.start: true
koth.control.end: true
koth.control.stop: true
koth.control.start:
description: Gives the player permissions to start koths
default: op
koth.control.end:
description: Gives the player permissions to gracefully end koths
default: op
koth.control.stop:
description: Gives the player permissions to forcefully stop koths
default: op