-
Notifications
You must be signed in to change notification settings - Fork 9
/
plugin.yml
131 lines (131 loc) · 3.33 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
name: AutoWalls
main: com.jkush321.autowalls.AutoWalls
version: 1.0
commands:
join:
description: Joins a team
usage: /join [Red|Blue|Green|Orange]
permission: walls.player
permission-message: You can't do that
leave:
description: Leaves your team
usage: /leave
permission: walls.player
permission-message: You can't do that
playing:
description: Who is playing
usage: /playing
permission: walls.player
permission-message: You can't do that
time:
description: Time left before walls drop
usage: /time
permission: walls.player
permission-message: You can't do that
team:
description: See whos on your team
usage: /team
permission: walls.player
permission-message: You can't do that
tp:
description: Teleport to player
usage: /tp playername
permission: walls.player
permission-message: You can't do that
pri:
description: Gives priority
usage: /pri name amount
permission: walls.op
permission-message: No.
tpplayers:
description: Teleports players to you
usage: /tpplayers
permission: walls.op
permission-message: No.
tpspecs:
description: Teleports spectators to you
usage: /tpspecs
permission: walls.op
permission-message: No.
tpall:
description: Teleports everyone to you
usage: /tpall
permission: walls.op
permission-message: No.
tphere:
description: Teleports everyone to you
usage: /tphere <name>
permission: walls.op
permission-message: No.
tc:
description: Toggles team chat
usage: /tc
permission: walls.player
permission-message: No.
tell:
description: Sends a private message
usage: /tell [Player] [Message]
permission: walls.player
permission-message: No.
t:
description: Sends a private message
usage: /t [Player] [Message]
permission: walls.player
permission-message: No.
me:
description: Used to describe what you're doing
usage: /me [Message]
permission: walls.player
permission-message: No.
forcestart:
description: Only used when nessecary
usage: /forcestart
permission: walls.op
permission-message: No.
day:
description: Sets it to daytime
usage: /day
permission: walls.op
permission-messasge: No.
night:
description: Sets it to night
usage: /night
permission: walls.op
permission-message: No.
yell:
description: Yells outloud
usage: /yell [message]
permission: walls.player
permission-message: No.
forcedrop:
description: Force drops the walls
usage: /forcedrop
permission: walls.op
permission-message: No.
forceend:
descritpion: Ends the round
usage: /forceend
permission: walls.op
permission-message: No.
fly:
description: Lets you soar accross la sky
usage: /fly
permission: walls.player
permission-message: Sorry, can't do that
kit:
description: Lets you choose a kit
usage: /kit
permission: walls.player
permission-message: Sorry, can't allow that command
prefix:
description: Set a player prefix
usage: /prefix <player> <prefix>
permission: walls.op
permission-message: Sorry, you do not have permission to do that!
permissions:
walls.player:
description: Player of walls
default: true
walls.op:
description: Operator of walls
default: op