-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
117 lines (117 loc) · 3.64 KB
/
plugin.yml
File metadata and controls
117 lines (117 loc) · 3.64 KB
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: CaptureThePoints
main: me.dalton.capturethepoints.CaptureThePoints
version: 1.5.0-b${BUILD_NUMBER}
authors: [dalton, Humsas, kjhf, graywolf336]
softdepend: [Vault, iConomy]
description: ${project.description}
commands:
ctp:
aliases: [capture, capturethepoints]
description: Capture the Point game main control command.
usage: /ctp help
permissions:
ctp.*:
description: Gives ability to do every command.
default: op
children:
ctp.admin: true
ctp.play: true
ctp.colors:
description: Allows players to use colors command.
default: true
ctp.join:
description: Allows players to use join command.
default: true
ctp.latejoin:
description: Allows players to use latejoin command.
default: true
ctp.play:
description: Allows players to play the game (with all the bells and whistles).
default: true
ctp.rejoin:
description: Allows players to use rejoin command.
default: true
ctp.stats:
description: Allows players to use stats command.
default: true
ctp.team:
description: Allows players to use team command.
default: true
ctp.admin:
description: Admin commands.
default: op
ctp.admin.arenalist:
description: Shows existing arenas list.
default: op
ctp.admin.auto:
description: Allows auto command access
default: op
ctp.admin.create:
description: Creates an arena.
default: op
ctp.admin.delete:
description: Deletes an existing arena.
default: op
ctp.admin.joinall:
description: Makes all people join game.
default: op
ctp.admin.kick:
description: kicks player from the game.
default: op
ctp.admin.maximumplayers:
description: Set maximum players of an arena.
default: op
ctp.admin.minimumplayers:
description: Set minimum players of an arena.
default: op
ctp.admin.pjoin:
description: makes this player join the game.
default: op
ctp.admin.pointlist:
description: Shows selected arena capture points list.
default: op
ctp.admin.reload:
description: Reloads ctp configs.
default: op
ctp.admin.removepoint:
description: Removes an existing capture point.
default: op
ctp.admin.removespawn:
description: Removes an existing spawn point.
default: op
ctp.admin.save:
description: Save command.
default: op
ctp.admin.selectarena:
description: Selects arena for editing.
default: op
ctp.admin.setarena:
description: Sets main arena for playing.
default: op
ctp.admin.setboundary:
description: Sets boundary (1 or 2) of the arena.
default: op
ctp.admin.setlobby:
description: Creates a lobby for selected arena.
default: op
ctp.admin.setpoint:
description: Creates new capture point.
default: op
ctp.admin.setpoints:
description: Sets the chosen teams points to this number.
default: op
ctp.admin.setspawn:
description: Sets the place people are teleported to when they die or when they join the game.
default: op
ctp.admin.start:
description: Start an arena.
default: op
ctp.admin.stop:
description: Allows to stop the game.
default: op
ctp.admin.restore:
description: Restores selected to play arena.
default: op
ctp.admin.canModify:
description: Allows to edit arena out of game.
default: op