SHOW:
|
|
- or go back to the newest paste.
1 | # ▒█▀▄▀█ █▀▀█ █▀▀█ █▀▀ | |
2 | # ▒█▒█▒█ █░░█ █▄▄▀ █▀▀ | |
3 | # ▒█░░▒█ ▀▀▀▀ ▀░▀▀ ▀▀▀ | |
4 | # | |
5 | # ▒█░░▒█ █▀▀█ █░░█ █░░ ▀▀█▀▀ | |
6 | # ░▒█▒█░ █▄▄█ █░░█ █░░ ░░█░░ | |
7 | # ░░▀▄▀░ ▀░░▀ ░▀▀▀ ▀▀▀ ░░▀░░ | |
8 | ||
9 | # =====-----=====-----=====-----[ More Vault + Configuration ]-----=====-----=====-----=====# | |
10 | # Please note: This plugin may contains bug that i'm not realize if there was a bug | |
11 | # that was your job to find one and report that to me on my spigot page | |
12 | ||
13 | # Check out this link to see available Material for item | |
14 | # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html | |
15 | # Note: This Material list is For the latest release of Spigot version | |
16 | # so some material maybe not work in older version [Example: BONE_BLOCK only work for 1.11] | |
17 | ||
18 | pluginPrefix: "&8&l▎ &bN&beo&6Vault &8&l▎ &7" | |
19 | locales: EN | |
20 | ||
21 | # should vault slot change based on their current permission | |
22 | force-update-slot: false | |
23 | ||
24 | minimal-price-format: false | |
25 | # true means 1000 going to show 1K | |
26 | # false means 1000 going to show 1.000 | |
27 | ||
28 | load_message: true | |
29 | # message when vault success loaded | |
30 | ||
31 | ||
32 | - | default-name: "&0&l[&b Vault &3{id} &0&l]" |
32 | + | default-name: ' &r&8&l[&b Vault &3{id} &8&l]' |
33 | # default name of the vault | |
34 | # {id} would be replaced by the vault ID | |
35 | ||
36 | ender-open-vault: false | |
37 | # should right click on enderchest open vault menu | |
38 | ||
39 | vault-navigation: true | |
40 | # should vault navigation enabled | |
41 | ||
42 | vault-link: true | |
43 | # should vault link enabled | |
44 | ||
45 | command-aliases: "pv" | |
46 | #aliases to open command /morevault vault | |
47 | ||
48 | default-icon: "STORAGE_MINECART" | |
49 | # You can use ID:Data Too | |
50 | ||
51 | default-space: 45 | |
52 | # Default space of vault | |
53 | # If you want to import morevault then set this to last vault [row * 9] 5 * 9 = 45 | |
54 | ||
55 | unlock-use: "BALANCE" | |
56 | # BALANCE or PLAYERPOINT | |
57 | # Default is BALANCE (Money) | |
58 | # You need to install PlayerPoint plugin to use PLAYERPOINT as unlock-cost | |
59 | ||
60 | sign-enabled: true | |
61 | # should vault sign enabled or not | |
62 | # default is true | |
63 | # you can set it to false | |
64 | ||
65 | sign-title: "&1[Vault]" | |
66 | # first line of vault sign | |
67 | # to make sign place sign and write [mvp] on first line | |
68 | ||
69 | close-on-move: true | |
70 | # close inventory if player move(prevent dupe) | |
71 | ||
72 | device-enabled: true | |
73 | # should vault device enabled or not | |
74 | # default is true | |
75 | # you can set it to false | |
76 | ||
77 | deposit-enabled: true | |
78 | # should player can deposit balance in their vault | |
79 | ||
80 | deposit-exp-enabled: true | |
81 | - | material: REDSTONE |
81 | + | |
82 | ||
83 | vault-device: | |
84 | material: CHEST | |
85 | displayname: "&7▎ &6Vault &7Device &7▎" | |
86 | lore: | |
87 | - "" | |
88 | - " &eVault Owner&f&l: &e{owner}" | |
89 | - " &eVault ID&f&l : &e{id}" | |
90 | - "" | |
91 | - " &8▎ &bRight-Click▞ &7to open &6Vault &8▎" | |
92 | - "" | |
93 | # this is vault device item configuration | |
94 | # used for open vault remotely | |
95 | ||
96 | ||
97 | # Please order custom-permission from higher priority | |
98 | # You can make as many custom as you want ! | |
99 | # And always put default on bottom | |
100 | custom-permission: | |
101 | mvp: | |
102 | permission: "morevault.vault.somuch" | |
103 | # Permission to type very very custom | |
104 | max-deposit: 100000 | |
105 | # Max deposit money on the vault | |
106 | max-exp-deposit: 50000 | |
107 | # Max deposit exp on the vault | |
108 | min-vault: 15 | |
109 | # Unlocked Vault by default | |
110 | max-vault: 20 | |
111 | # Max Vault can be unlocked | |
112 | increasing-cost: false | |
113 | - | # you can use "3.5x" or "<multiplier>x" |
113 | + | |
114 | increase-amount: "1000" | |
115 | # amount of increased price per vault | |
116 | - | # Cost To Unlock the Locked Vault |
116 | + | # you can use "3.5x" or "<multiplier>x" |
117 | # to multiply vault increase cost | |
118 | unlock-cost: 5000 | |
119 | # Cost To Unlock the Locked Vault | |
120 | # if increase-cost is true and increase-amount is 1000 and unlock-cost is 5000 | |
121 | # then vault 10 will cost 14000, vault 1 will cost 5000, vault 2 will cost 6000 and so on | |
122 | device-cost: 1000 | |
123 | # Cost To Unlock the Get Vault Device | |
124 | space: 54 | |
125 | # Space of the vault | |
126 | change-name: true | |
127 | # Should player able to change vault name | |
128 | change-icon: true | |
129 | # Should player able to change vault icon | |
130 | change-description: true | |
131 | # Should player able to change vault description | |
132 | stack-size: 64 | |
133 | # max stack size on vault highest value is 64 | |
134 | item-blacklist: | |
135 | - "BEDROCK" | |
136 | - "BARRIER" | |
137 | # Item that prevented from being stored | |
138 | # You can use ID too , ID:DATA & MATERIAL:DATA supported | |
139 | vvip: | |
140 | permission: "morevault.vault.vvip" | |
141 | max-deposit: 50000 | |
142 | max-exp-deposit: 10000 | |
143 | min-vault: 10 | |
144 | max-vault: 15 | |
145 | increasing-cost: false | |
146 | increase-amount: "1000" | |
147 | unlock-cost: 15000 | |
148 | device-cost: 1000 | |
149 | space: 45 | |
150 | change-name: true | |
151 | change-icon: true | |
152 | change-description: true | |
153 | stack-size: 64 | |
154 | item-blacklist: | |
155 | - "BEDROCK" | |
156 | - "BARRIER" | |
157 | vip: | |
158 | permission: "vip.cool.vault" | |
159 | max-deposit: 25000 | |
160 | max-exp-deposit: 10000 | |
161 | min-vault: 5 | |
162 | max-vault: 10 | |
163 | increasing-cost: false | |
164 | increase-amount: "1000" | |
165 | unlock-cost: 25000 | |
166 | device-cost: 1000 | |
167 | space: 36 | |
168 | change-name: true | |
169 | change-icon: false | |
170 | change-description: true | |
171 | stack-size: 64 | |
172 | item-blacklist: | |
173 | - "BEDROCK" | |
174 | - "BARRIER" | |
175 | default: | |
176 | permission: "" | |
177 | max-deposit: 15000 | |
178 | max-exp-deposit: 5000 | |
179 | min-vault: 3 | |
180 | max-vault: 5 | |
181 | increasing-cost: true | |
182 | increase-amount: "2x" | |
183 | unlock-cost: 50000 | |
184 | device-cost: 1000 | |
185 | space: 27 | |
186 | change-name: false | |
187 | change-description: false | |
188 | change-icon: false | |
189 | stack-size: 50 | |
190 | item-blacklist: | |
191 | - "BEDROCK" | |
192 | - "BARRIER" | |
193 | ||
194 | # format [material]>[price] | |
195 | # check out minecraft item ID on google | |
196 | custom-icon: | |
197 | - STAINED_GLASS_PANE:14>500 | |
198 | - STAINED_GLASS:6>500 | |
199 | - WOOL:7>500 | |
200 | - SAPLING:5>1000 | |
201 | - STAINED_GLASS_PANE:6>500 | |
202 | - ENCHANTMENT_TABLE>6000 | |
203 | - STAINED_GLASS:14>500 | |
204 | - COOKIE>1000 | |
205 | - WOOL:15>500 | |
206 | - CAKE>1500 | |
207 | - INK_SACK:1>500 | |
208 | - IRON_LEGGINGS>2500 | |
209 | - INK_SACK:10>500 | |
210 | - EMPTY_MAP>2000 | |
211 | - PUMPKIN>1500 | |
212 | - IRON_INGOT>1500 | |
213 | - WOOL>500 | |
214 | - ITEM_FRAME>2000 | |
215 | - DIAMOND_SWORD>2000 | |
216 | - STAINED_GLASS_PANE:15>500 | |
217 | - STAINED_GLASS:5>500 | |
218 | - WOOL:8>500 | |
219 | - STAINED_GLASS_PANE:7>500 | |
220 | - INK_SACK>500 | |
221 | - STAINED_GLASS:13>500 | |
222 | - DIAMOND_CHESTPLATE>2500 | |
223 | - MAGMA_CREAM>2000 | |
224 | - BANNER>2500 | |
225 | - INK_SACK:9>500 | |
226 | - LAVA_BUCKET>4000 | |
227 | - BOOK_AND_QUILL>1500 | |
228 | - STAINED_GLASS_PANE:12>500 | |
229 | - ANVIL>2000 | |
230 | - STAINED_GLASS:8>500 | |
231 | - DIAMOND_AXE>2000 | |
232 | - MELON_BLOCK>1500 | |
233 | - RAW_FISH:1>1000 | |
234 | - WOOL:9>500 | |
235 | - STAINED_GLASS_PANE:4>500 | |
236 | - IRON_HELMET>2500 | |
237 | - BONE>1500 | |
238 | - INK_SACK:3>500 | |
239 | - INK_SACK:4>500 | |
240 | - INK_SACK:12>500 | |
241 | - COAL>900 | |
242 | - WRITTEN_BOOK>2500 | |
243 | - CACTUS>1500 | |
244 | - WOOL:2>500 | |
245 | - STAINED_GLASS_PANE:13>500 | |
246 | - STAINED_GLASS:7>500 | |
247 | - ENDER_PEARL>1000 | |
248 | - RAW_FISH>1000 | |
249 | - CHEST>2500 | |
250 | - WOOL:10>500 | |
251 | - STAINED_GLASS_PANE:5>500 | |
252 | - SAPLING>1000 | |
253 | - INK_SACK:2>500 | |
254 | - STAINED_GLASS:15>500 | |
255 | - DIAMOND_BARDING>2000 | |
256 | - INK_SACK:11>500 | |
257 | - TNT>2500 | |
258 | - IRON_BOOTS>2500 | |
259 | - BUCKET>2000 | |
260 | - EXP_BOTTLE>5000 | |
261 | - GOLD_INGOT>1500 | |
262 | - WEB>1500 | |
263 | - EMERALD>3000 | |
264 | - STAINED_GLASS:10>500 | |
265 | - DIAMOND_SPADE>2000 | |
266 | - WOOL:3>500 | |
267 | - BARRIER>10000 | |
268 | - WOOL:11>500 | |
269 | - SAPLING:1>1000 | |
270 | - RAW_FISH:3>1000 | |
271 | - STAINED_GLASS_PANE:10>500 | |
272 | - BLAZE_POWDER>2000 | |
273 | - NETHER_STAR>5000 | |
274 | - INK_SACK:6>500 | |
275 | - DIAMOND_LEGGINGS>2500 | |
276 | - LEATHER>1000 | |
277 | - QUARTZ_BLOCK>1500 | |
278 | - STAINED_GLASS_PANE:1>500 | |
279 | - INK_SACK:14>500 | |
280 | - BOW>2000 | |
281 | - STAINED_GLASS:1>500 | |
282 | - WATER_BUCKET>3000 | |
283 | - STAINED_GLASS_PANE:11>500 | |
284 | - STAINED_GLASS:9>500 | |
285 | - WOOL:4>500 | |
286 | - PAPER>500 | |
287 | - STAINED_GLASS_PANE:3>500 | |
288 | - SAPLING:2>1000 | |
289 | - GOLD_BARDING>2000 | |
290 | - WOOL:12>500 | |
291 | - RAW_FISH:2>1000 | |
292 | - REDSTONE>2000 | |
293 | - INK_SACK:5>500 | |
294 | - IRON_CHESTPLATE>2500 | |
295 | - STAINED_GLASS_PANE:2>500 | |
296 | - STAINED_GLASS>500 | |
297 | - INK_SACK:13>500 | |
298 | - DIAMOND>2500 | |
299 | - SIGN>2000 | |
300 | - WOOL:5>500 | |
301 | - BOOK>1000 | |
302 | - STAINED_GLASS:4>500 | |
303 | - ENDER_CHEST>3000 | |
304 | - SAPLING:3>1000 | |
305 | - IRON_BARDING>2000 | |
306 | - SHEARS>1500 | |
307 | - WOOL:13>500 | |
308 | - STAINED_GLASS_PANE:8>500 | |
309 | - STAINED_GLASS:12>500 | |
310 | - LEASH>2000 | |
311 | - SNOW_BALL>1000 | |
312 | - FIREWORK>1500 | |
313 | - INK_SACK:8>500 | |
314 | - DIAMOND_HELMET>2500 | |
315 | - STAINED_GLASS:3>500 | |
316 | - LONG_GRASS>10000 | |
317 | - DIAMOND_PICKAXE>2000 | |
318 | - STAINED_GLASS:11>500 | |
319 | - WOOL:6>500 | |
320 | - SAPLING:4>1000 | |
321 | - WOOL:14>500 | |
322 | - STAINED_GLASS_PANE:9>500 | |
323 | - INK_SACK:7>500 | |
324 | - STAINED_GLASS_PANE>500 | |
325 | - DIAMOND_BOOTS>2500 | |
326 | - STAINED_GLASS:2>500 | |
327 | - ARROW>2000 | |
328 | - INK_SACK:15>500 | |
329 | - SADDLE>2000 |