-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathplugin.yml
More file actions
155 lines (154 loc) · 4.4 KB
/
plugin.yml
File metadata and controls
155 lines (154 loc) · 4.4 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
name: SkyWarsReloaded
main: com.walrusone.skywars.SkyWarsReloaded
version: 2.8.4
depend: [Vault]
softdepend: [Multiverse-Core]
commands:
swr:
description: This is the main plugin command.
aliases: [sw]
usage: /<command> [args]
global:
aliases: [g]
description: Allows you to send a message to all players
leave:
description: Allows you to leave a SkyWarsReloaded game quickly.
usage: /leave
permissions:
swr.*:
description: Gives access to all swr commands
children:
swr.play: true
swr.maps: true
swr.signs: true
swr.spectate: true
swr.start: true
swr.play:
description: Gives access to the swr join and quit commands
default: true
children:
swr.join: true
swr.quit: true
swr.kit: true
swr.stats: true
swr.admin:
description: Gives access to the swr setspawn, list, games, endgame, and reload commands
default: op
children:
swr.setspawn: true
swr.list: true
swr.games: true
swr.endgame: true
swr.reload: true
swr.addpoints: true
swr.removepoints: true
swr.setglass: true
swr.seteffect: true
swr.setprojeffect: true
swr.maps:
description: Allows a player to use map commands.
default: op
children:
swr.create: true
swr.delete: true
swr.edit: true
swr.list: true
swr.save: true
swr.register: true
swr.unregister: true
swr.signs:
description: Allows the user to create and destory swr signs.
default: op
swr.spectate:
description: Allows the user to spectate games.
default: op
swr.spectateshop:
description: Allows the user to use the spectator shop.
default: op
swr.opchest:
description: Allows the user to vote for OP chests.
default: op
swr.timevote:
description: Allows the user to vote for time of day on game start.
default: op
swr.jumpvote:
description: Allows the user to vote for jump boost on game start.
default: op
swr.start:
description: Allows the user to force start a game.
default: op
swr.global:
description: Allows the user to use global chat.
default: op
swr.vip:
description: When a player has this permission, their score for kills and wins is given the vip multiplier in the config.
default: op
swr.color:
description: Allows a player to use color chat.
default: op
swr.colorshop:
description: Allows a player to use the color glass shop.
defualt: op
swr.permkits:
description: Allows a player to use the permanent kits shop.
default: op
swr.join:
description: Allows a player to join a game.
default: true
swr.quit:
description: Allows a player to quit a game.
default: true
swr.kit:
description: Allows a player to use the kit menu item.
default: true
swr.stats:
description: Allows a player to use the swrstats command.
default: true
swr.setspawn:
description: Allows a player to use the setspawn command.
default: op
swr.games:
description: Allows a player to use the games command.
default: op
swr.list:
description: Aloows a player to use the list command.
default: op
swr.endgame:
description: Allows a player to use the endgame command.
default: op
swr.reload:
description: Allows a player to use the reload command.
default: op
swr.create:
description: Allows a player to use the create command.
default: op
swr.delete:
description: Allows a player to use the delete command.
default: op
swr.register:
description: Allows a player to use the register command.
default: op
swr.unregister:
description: Allows a player to use the unregister command.
default: op
swr.save:
description: Allows a player to use the save command.
default: op
swr.edit:
description: Allows a player to use the edit command.
default: op
swr.addpoints:
description: Allows a player to use the addpoints command.
default: op
swr.removepoints:
description: Allows a player to use the removepoints command.
default: op
swr.setglass:
description: Allows a player to use the setglass command.
default: op
swr.seteffect:
description: Allows a player to use the seteffect command.
default: op
swr.setprojeffect:
description: Allows a player to use the setprojeffect command.
default: op