forked from barneygale/CutePVP
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.yml
61 lines (58 loc) · 1.68 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
name: CutePVP
main: com.c45y.CutePVP.CutePVP
version: 2.0
softdepend: [WorldGuard]
permissions:
CutePVP.admin:
description: Admin with access to all CutePVP commands. A strict superset of the CutePVP.mod permission.
default: op
children:
CutePVP.mod: true
CutePVP.mod:
description: Moderator. Can see all team chats.
default: op
children:
CutePVP.build: true
CutePVP.build:
description: Permission to build in an enemy team's base. Assigned to moderators.
default: op
CutePVP.user:
description: An ordinary player, allocated to a team.
default: true
CutePVP.exempt:
description: Any player with this permission is not allocated to a team.
default: false
commands:
cutepvp:
description: Administrative commands.
permission: CutePVP.admin
usage: |
/<command> [subcommands]
join:
description: Join a randomly chosen team.
permission: CutePVP.user
usage: /<command>
g:
description: Global chat.
permission: CutePVP.user
usage: /<command> [message]
teams:
description: Lists teams.
permissions: CutePVP.user
usage: /<command>
score:
description: Shows the current scores.
permissions: CutePVP.user
usage: /<command>
drop:
description: Drops the flag, if held.
permissions: CutePVP.user
usage: /<command>
flag:
description: Displays the location of the nearest flag owned by your team.
permissions: CutePVP.user
usage: /<command>
testblock:
description: Toggles testing of power blocks. When testing is enabled, hostile blocks placed by the player's own team are still effective.
permissions: CutePVP.user
usage: /<command>