-
Notifications
You must be signed in to change notification settings - Fork 9
/
plugin.yml
50 lines (48 loc) · 1.67 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
name: ColorMatch
version: 1.2.13
api: [3.0.0-ALPHA12]
main: ColorMatch\ColorMatch
author: HummerSvem
description: Color Match minigame
commands:
cm:
description: "ColorMatch command"
permissions:
cm:
description: "main ColorMatch permission"
default: op
children:
cm.command:
description: "main command permission"
default: op
children:
cm.command.help:
description: "ColorMatch help"
default: true
cm.command.join:
description: "join to arena"
default: true
cm.command.leave:
description: "leave arena "
default: true
cm.command.start:
description: "start game"
default: op
cm.command.stop:
description: "stop game"
default: op
cm.command.kick:
description: "kick player from the arena"
default: op
cm.command.lobby:
description: "send player to lobby"
default: true
cm.command.set:
description: "allow player to edit arenas from the game"
default: op
cm.sign:
description: "join using signs"
default: true
cm.acces:
description: "allow player to play colormatch"
default: true