forked from UnclassifiedX/Colormatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
54 lines (53 loc) · 1.5 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
name: ColorMatch
version: 1.3.0
api: 4.0.0
main: ColorMatch\ColorMatch
author: CreeperFace
description: The game in where you find and get to the right color in a certain time limit, last one standing wins.
commands:
cm:
description: "The main ColorMatch command"
permission: cm
permissions:
cm:
description: "Main ColorMatch permission"
default: true
cm.command:
description: "Main command permission"
default: true
cm.command.help:
description: "ColorMatch help"
default: true
cm.command.join:
description: "Join an arena"
default: true
cm.command.leave:
description: "Leave your current arena "
default: true
cm.command.start:
description: "Force start a game"
default: op
cm.command.stop:
description: "Force stop a game"
default: op
cm.command.kick:
description: "Kick player from the arena"
default: op
cm.command.set:
description: "Allow player to edit arenas from the game"
default: op
cm.command.create:
description: "Create an arena."
default: op
cm.command.delete:
description: "Delete an arena."
default: op
cm.command.toggle:
description: "Toggle an arena on or off."
default: op
cm.sign:
description: "Join using signs"
default: true
cm.access:
description: "Let the player actually play the matches."
default: true