forked from Sven65/Slabbo
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
271 lines (205 loc) · 7.3 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
name: ${project.parent.name}
version: ${project.parent.version}
main: xyz.mackan.Slabbo.Slabbo
description: ${project.parent.description}
author: Mackan
api-version: 1.13
depend: [Vault]
softdepend: [ClearLag, WorldGuard, GriefPrevention, Magic]
permissions:
# General permissions
slabbo.use:
default: op
description: Lets you use slab shops
slabbo.create:
default: op
description: Lets you create slab shops
slabbo.limit.*:
default: op
description: Gives you unlimited shops
slabbo.destroy.self:
default: op
description: Lets you destroy your shops
slabbo.destroy.others:
default: op
description: Lets you destroy other peoples shops
children:
slabbo.destroy.self: true
slabbo.unlink.self:
default: op
description: Lets you unlink chests your shops with a command
slabbo.unlink.others:
default: op
description: Lets you unlink chests from other peoples shops with a command
children:
slabbo.unlink.self: true
slabbo.link:
default: op
description: Lets you link a shop to a chest
slabbo.notifyupdate:
default: op
description: Shows you the update notification when you join
# Commands
## Modification
### Self
slabbo.modify.self.buyprice:
default: op
description: Lets you modify the buy price of shops with a command
slabbo.modify.self.sellprice:
default: op
description: Lets you modify the sell price of shops with a command
slabbo.modify.self.quantity:
default: op
description: Lets you modify the quantity of shops with a command
slabbo.modify.self.note:
default: op
description: Lets you modify the sellers note of shops with a command
slabbo.modify.self.*:
default: op
description: Gives you access to all the modification commands
children:
slabbo.modify.self.buyprice: true
slabbo.modify.self.sellprice: true
slabbo.modify.self.quantity: true
slabbo.modify.self.note: true
# ============================================================================== #
### Others
slabbo.modify.others.buyprice:
default: op
description: Lets you modify the buy price of other peoples shops
children:
slabbo.modify.self.buyprice: true
slabbo.modify.others.sellprice:
default: op
description: Lets you modify the sell price of other peoples shops
slabbo.modify.self.sellprice: true
slabbo.modify.others.quantity:
default: op
description: Lets you modify the quantity of other peoples shops.
slabbo.modify.self.quantity: true
slabbo.modify.others.note:
default: op
description: Lets you modify the sellers note of other peoples shops
slabbo.modify.self.note: true
slabbo.modify.others.*:
default: op
description: Gives you access to use all the modification commands for other peoples shops
children:
slabbo.modify.others.buyprice: true
slabbo.modify.others.sellprice: true
slabbo.modify.others.quantity: true
slabbo.modify.others.note: true
# ============================================================================== #
### Admin
slabbo.modify.admin.owner:
default: op
description: Lets you change the owner of a shop
slabbo.modify.admin.stock:
default: op
description: Lets you set the stock of a shop
slabbo.modify.admin.*:
default: op
description: Gives you access to use all the admin modification commands
children:
slabbo.modify.admin.owner: true
slabbo.modify.admin.stock: true
# ============================================================================== #
## Admin shops
slabbo.admin.toggle:
default: op
description: Lets you toggle shops as being admin shops
# ============================================================================== #
### Limits
slabbo.admin.limit.toggle:
default: op
description: Lets you toggle admin shops to have limited stock
slabbo.admin.limit.time:
default: op
description: Lets you set the time between restocks for limited shops
slabbo.admin.limit.stock.sell:
default: op
description: Lets you set the sell stock of limited shops
slabbo.admin.limit.stock.buy:
default: op
description: Lets you set the buy stock of limited shops
slabbo.admin.limit.stock.*:
default: op
description: Lets you set the stock of limited shops
children:
slabbo.admin.limit.stock.sell: true
slabbo.admin.limit.stock.buy: true
slabbo.admin.limit.*:
default: op
description: Gives you access to all the limiting stock commands
children:
slabbo.admin.limit.toggle: true
slabbo.admin.limit.stock.*: true
slabbo.admin.limit.time: true
slabbo.admin.set.owner_name:
default: op
description: Lets you set the displayed owner name of an admin shop
slabbo.admin.set.*:
default: op
description: Gives you access to set all properties on an admin shop
children:
slabbo.admin.set.owner_name: true
slabbo.admin.*:
default: op
description: Gives you access to all admin commands
children:
slabbo.admin.toggle: true
slabbo.admin.limit.*: true
slabbo.admin.set.*: true
# ============================================================================== #
## ShopCommands
### Self
slabbo.shopcommands.edit.self.buy:
default: op
description: Lets you edit the buy commands of your own shops
slabbo.shopcommands.edit.self.sell:
default: op
description: Lets you edit the sell commands of your own shops
slabbo.shopcommands.list.self.buy:
default: op
description: Lets you list the buy commands of your own shops
slabbo.shopcommands.list.self.sell:
default: op
description: Lets you list the sell commands of your own shops
### Others
slabbo.shopcommands.edit.others.buy:
default: op
description: Lets you edit the buy commands of other peoples shops
children:
slabbo.shopcommands.edit.self.buy: true
slabbo.shopcommands.edit.others.sell:
default: op
description: Lets you edit the sell commands of other peoples shops
children:
slabbo.shopcommands.edit.self.sell: true
slabbo.shopcommands.list.others.buy:
default: op
description: Lets you list the buy commands of other peoples shops
children:
slabbo.shopcommands.list.self.buy: true
slabbo.shopcommands.list.others.sell:
default: op
description: Lets you list the sell commands of other peoples shops
children:
slabbo.shopcommands.list.self.sell: true
# ============================================================================== #
## Shop commands (open etc)
### Self
slabbo.shop.commandopen:
default: op
description: Lets you open a shop by command
# ============================================================================== #
## Misc commands
slabbo.save:
default: op
description: Saves the slabbo shops to disk
slabbo.list.all:
default: op
description: Lets a user list all shops on the server
slabbo.list.self:
default: op
description: Lets a user list all their shops