-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
66 lines (66 loc) · 2.61 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
name: mcg76_CTF
version: 1.5.0
api: 1.8.0
main: mcg76\game\ctf\CTFPlugIn
author: minecraftgenius76
authors: [MCG76]
description: minecraftgenius76 Minigame [Capture-The-Flag]
website: http://www.youtube.com/user/minecraftgenius76
commands:
ctf:
description: "Start minecraftgenius76 Minigame Capture-The-Flag"
permission: mcg76.ctf
permissions:
mcg76.ctf:
description: "Catpure The Flag Mini-game Plugin"
default: true
children:
mcg76.ctf.command:
description: "Allows use all CTF commands."
default: true
children:
mcg76.ctf.command.home:
description: "Allow use of [home] command"
default: true
mcg76.ctf.command.start:
description: "Allows use of [start]commands"
default: true
mcg76.ctf.command.stop:
description: "Allows use of [stop] commands"
default: true
mcg76.ctf.command.leave:
description: "Allows use of [leave] commands"
default: true
mcg76.ctf.command.create:
description: "Allows use of [create] commands"
default: op
mcg76.ctf.command.reset:
description: "Allows use of [reset] commands"
default: op
mcg76.ctf.command.stats:
description: "Allows use of [stats] commands"
default: true
mcg76.ctf.command.joinblue:
description: "Allows use of [joinblue] commands."
default: true
mcg76.ctf.command.blockon:
description: "Allows use of [blockon] commands"
default: true
mcg76.ctf.command.blockoff:
description: "Allows use of [blockoff] commands."
default: op
mcg76.ctf.command.joinred:
description: "Allows use of [joinred] commands."
default: op
mcg76.ctf.command.setblue:
description: "Allows use of [setsignblue] commands."
default: op
mcg76.ctf.command.setred:
description: "Allows use of [setsignred] commands."
default: op
mcg76.ctf.command.setnew:
description: "Allows use of [setsignnew] commands."
default: op
mcg76.ctf.command.setstat:
description: "Allows use of [setsignstat] commands."
default: op