Advertisement
heckr2

Untitled

Mar 16th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.83 KB | None | 0 0
  1. messages:
  2. prefix: '&5&lMonthly&d&lCrates &8»&e '
  3. no-perms: '%prefix%&7You don''t have &cpermission &7to execute this command.'
  4. config-reloaded: '%prefix%&7Config has &asuccessfully reloaded!'
  5. invalid-usage: '%prefix%&cIncorrect usage.'
  6. success-give: '%prefix%&7You have successfully given &d%amount%&7x &6%crate%&e Monthly
  7. Crates to &d%player%&7!'
  8. success-give-other: '%prefix%&7You now have &d%amount%&7x &d%crate%&e more Monthly
  9. Crates!'
  10. help-message:
  11. - '&6/mcrate - view the crate storage'
  12. - '&6/mcrate help - the help command'
  13. - '&6/mcrate reload - reload the config'
  14. - '&6/mcrate giveall <crate> <amount> - give all players a monthly crate'
  15. - '&6/mcrate give <player> <crate> <amount> - give a player a monthly crate'
  16. - '&6Permission needed to execute /mcrate: mcrates.storage'
  17. - '&6Permission needed to execute other commands: mcrates.admin'
  18. storage-inv:
  19. Name: '&8%crate#% Crates'
  20. Size: 36
  21. crates:
  22. march:
  23. crate:
  24. Material: ENDER_CHEST
  25. Glow: false
  26. ItemData: -1
  27. Name: '&f&l[!] &b&lMarch &5&lCrate &f&l[!]'
  28. Lores:
  29. - '&7&oA monthly rate full of loot for March.'
  30. - ''
  31. - '&b&l&nREGULAR ITEMS'
  32. - '&b&l* &f$1,000,000'
  33. - '&b&l* &f$2,500,000'
  34. - '&b&l* &f$5,000,000'
  35. - '&b&l* &f8x8 Trench Pickaxe'
  36. - '&b&l* &fHarvester Hoe (Unlimited)'
  37. - '&b&l* &fSell Wand (Unlimited)'
  38. - '&b&l* &f3x Crop Hopper'
  39. - '&b&l* &f5x Chunk Buster'
  40. - '&b&l* &f10x Blaze Spawners'
  41. - '&b&l* &f10x Creeper Spawners'
  42. - '&b&l* &f5x Legendary Keys'
  43. - '&b&l* &f5x Envoy Flares'
  44. - '&b&l* &fEmperor Voucher'
  45. - '&b&l* &fImmortal Kit'
  46. - '&b&l* &fEmperor Kit'
  47. - '&b&l* &fMonthly Tag'
  48. - ''
  49. - '&f&l&nFINAL ITEMS'
  50. - '&f&l* &f2x Monthly Crate'
  51. - '&f&l* &fKing Rank'
  52. - '&f&l* &fBaron Rank'
  53. - '&f&l* &f5x Iron Golem Spawners'
  54. - '&f&l* &f5x Villager Spawners'
  55. - ''
  56. - '&b&l[!]&r &bClaimed at &b&nShop.MuxMC.net'
  57. gui:
  58. Name: '&8Crate: %name%'
  59. not-redeemed:
  60. Material: ENDER_CHEST
  61. Glow: false
  62. ItemData: -1
  63. Amount: 1
  64. Name: '&f&l???'
  65. Lores:
  66. - '&7Click to receive a random'
  67. - '&7item from the crate.'
  68. final-not-redeemable:
  69. Material: STAINED_GLASS_PANE
  70. PaneColor: RED
  71. Glow: false
  72. Amount: 1
  73. Name: '&c&l???'
  74. Lores:
  75. - '&7You can''t open the final reward'
  76. - '&7until you have redeemed all other rewards.'
  77. animation:
  78. Glow: false
  79. ScrambleAnimationRunsPerItem: 10
  80. FinalAnimationRuns: 6
  81. animation-on-colors:
  82. - BLUE
  83. - LIME
  84. - ORANGE
  85. - MAGENTA
  86. - PINK
  87. - YELLOW
  88. animation-off-color: BLACK
  89. normal-rewards:
  90. '0':
  91. Material: PAPER
  92. Glow: false
  93. ItemData: -1
  94. GiveItem: false
  95. Name: '&a&l+ $1,000,000'
  96. Commands:
  97. - eco give %player% 1000000
  98. Chance: 20
  99. '1':
  100. Material: PAPER
  101. Glow: false
  102. ItemData: -1
  103. GiveItem: false
  104. Name: '&a&l+ $2,500,000'
  105. Commands:
  106. - eco give %player% 2500000
  107. Chance: 10
  108. '2':
  109. Material: PAPER
  110. Glow: false
  111. ItemData: -1
  112. GiveItem: false
  113. Name: '&a&l+ $5,000,000'
  114. Commands:
  115. - eco give %player% 5000000
  116. Chance: 5
  117. '3':
  118. Material: DIAMOND_PICKAXE
  119. Glow: false
  120. ItemData: -1
  121. GiveItem: false
  122. Name: '&b&l8x8 Trench Pickaxe'
  123. Chance: 20
  124. Commands:
  125. - tools give %player% trench_pickaxe8
  126. '4':
  127. Material: DIAMOND_HOE
  128. Glow: false
  129. ItemData: -1
  130. GiveItem: false
  131. Name: '&b&lHarvester Hoe (1 Mil)'
  132. Chance: 10
  133. Commands:
  134. - tools give %player% harvester_hoe 1 1000000
  135. '5':
  136. Material: STICK
  137. Glow: false
  138. ItemData: -1
  139. GiveItem: false
  140. Name: '&b&lSell Wand (Unlimited)'
  141. Chance: 10
  142. Commands:
  143. - tools give %player% sell_wand 1 1000000
  144. '6':
  145. Material: HOPPER
  146. Glow: false
  147. ItemData: -1
  148. GiveItem: false
  149. Name: '&b&l3x Crop Hopper'
  150. Chance: 20
  151. Commands:
  152. - crophopper give %player% 3
  153. '7':
  154. Material: ENDER_PORTAL_FRAME
  155. Glow: false
  156. ItemData: -1
  157. GiveItem: false
  158. Name: '&b&l5x Chunk Buster'
  159. Chance: 20
  160. Commands:
  161. - buster give %player% regular_buster 5
  162. '8':
  163. Material: MOB_SPAWNER
  164. Glow: false
  165. ItemData: -1
  166. GiveItem: false
  167. Name: '&b&l10x Blaze Spawners'
  168. Chance: 20
  169. Commands:
  170. - ss give %player% blaze 10
  171. '9':
  172. Material: MOB_SPAWNER
  173. Glow: false
  174. ItemData: -1
  175. GiveItem: false
  176. Name: '&b&l10x Creeper Spawners'
  177. Chance: 20
  178. Commands:
  179. - ss give %player% Creeper 10
  180. '10':
  181. Material: NETHER_STAR
  182. Glow: false
  183. ItemData: -1
  184. GiveItem: false
  185. Name: '&b&l5x Legendary Keys'
  186. Chance: 15
  187. Commands:
  188. - crate give to %player% Legendary 5
  189. '11':
  190. Material: REDSTONE_TORCH
  191. Glow: false
  192. ItemData: -1
  193. GiveItem: false
  194. Name: '&b&l5x Envoy Flares'
  195. Chance: 30
  196. Commands:
  197. - envoy flare 5 %player%
  198. '12':
  199. Material: ENCHANTED_BOOK
  200. Glow: false
  201. ItemData: -1
  202. GiveItem: false
  203. Name: '&b&lEmperor Voucher'
  204. Chance: 0.7
  205. Commands:
  206. - voucher give emperor 1 %player%
  207. '13':
  208. Material: BOOK
  209. Glow: false
  210. ItemData: -1
  211. GiveItem: false
  212. Name: '&b&lImmortal Kit'
  213. Chance: 15
  214. Commands:
  215. - voucher give Immortalkit 1 %player%
  216. '14':
  217. Material: BOOK
  218. Glow: false
  219. ItemData: -1
  220. GiveItem: false
  221. Name: '&b&lEmperor Kit'
  222. Chance: 20
  223. Commands:
  224. - voucher give Emperorkit 1 %player%
  225. '15':
  226. Material: NAME_TAG
  227. Glow: false
  228. ItemData: -1
  229. GiveItem: false
  230. Name: '&b&lMonthly Tag'
  231. Chance: 40
  232. Commands:
  233. - lp user %player% permission set chattags.tag.March
  234. final-rewards:
  235. '0':
  236. Material: ENDER_CHEST
  237. Glow: true
  238. ItemData: -1
  239. GiveItem: false
  240. Name: '&f2x Monthly Crate'
  241. Lores:
  242. - '&cFinal item!'
  243. Commands:
  244. - mcrate give %player% march 2
  245. Chance: 10
  246. '1':
  247. Material: ENCHANTED_BOOK
  248. Glow: true
  249. ItemData: -1
  250. GiveItem: false
  251. Name: '&fKing Rank'
  252. Lores:
  253. - '&cFinal item!'
  254. Commands:
  255. - voucher give king 1 %player%
  256. Chance: 0.3
  257. '2':
  258. Material: ENCHANTED_BOOK
  259. Glow: true
  260. ItemData: -1
  261. GiveItem: false
  262. Name: '&fBaron Rank'
  263. Lores:
  264. - '&cFinal item!'
  265. Commands:
  266. - voucher give baron 1 %player%
  267. Chance: 0.2
  268. '3':
  269. Material: MOB_SPAWNER
  270. Glow: true
  271. ItemData: -1
  272. GiveItem: false
  273. Name: '&f5x Iron Golem Spawners'
  274. Lores:
  275. - '&cFinal item!'
  276. Commands:
  277. - ss give %player% irongolem 5
  278. Chance: 10
  279. '4':
  280. Material: MOB_SPAWNER
  281. Glow: true
  282. ItemData: -1
  283. GiveItem: false
  284. Name: '&f5x Villager Spawners'
  285. Lores:
  286. - '&cFinal item!'
  287. Commands:
  288. - ss give %player% villager 5
  289. Chance: 10
  290. MuxPass:
  291. crate:
  292. Material: ENDER_CHEST
  293. Glow: false
  294. ItemData: -1
  295. Name: '&f&l[!] &a&lCrate Pass &f&l[!]'
  296. Lores:
  297. - '&7&oMuxMCs Crate Pass.'
  298. - ''
  299. - '&a&l&nREGULAR ITEMS'
  300. - '&a&l* &f$300,000'
  301. - '&a&l* &f$600,000'
  302. - '&a&l* &f$900,000'
  303. - '&a&l* &f2x Crate Pass'
  304. - '&a&l* &f3x Legendary Keys'
  305. - '&a&l* &f3x Mythic Keys'
  306. - '&a&l* &f3x Immortal Keys'
  307. - '&a&l* &f10x Creeper Spawners'
  308. - '&a&l* &f10x Blaze Spawners'
  309. - '&a&l* &f2x Villager Spawners'
  310. - '&a&l* &f3x Iron Golem Spawners'
  311. - ''
  312. - '&f&l&nFINAL ITEMS'
  313. - '&a&l* &f8x8 Trench Pickaxe'
  314. - '&a&l* &f1000 use Sell Wand'
  315. - '&a&l* &f1000 use Harvester Hoe'
  316. - '&a&l* &f2x Crop Hoppers'
  317. - ''
  318. - '&b&l[!]&r &bClaimed at &b&nShop.MuxMC.net'
  319. gui:
  320. Name: '&8Crate: %name%'
  321. not-redeemed:
  322. Material: ENDER_CHEST
  323. Glow: false
  324. ItemData: -1
  325. Amount: 1
  326. Name: '&f&l???'
  327. Lores:
  328. - '&7Click to receive a random'
  329. - '&7item from the crate.'
  330. final-not-redeemable:
  331. Material: STAINED_GLASS_PANE
  332. PaneColor: RED
  333. Glow: false
  334. Amount: 1
  335. Name: '&c&l???'
  336. Lores:
  337. - '&7You can''t open the final reward'
  338. - '&7until you have redeemed all other rewards.'
  339. animation:
  340. Glow: false
  341. ScrambleAnimationRunsPerItem: 10
  342. FinalAnimationRuns: 6
  343. animation-on-colors:
  344. - BLUE
  345. - LIME
  346. - ORANGE
  347. - MAGENTA
  348. - PINK
  349. - YELLOW
  350. animation-off-color: BLACK
  351. normal-rewards:
  352. '0':
  353. Material: PAPER
  354. Glow: false
  355. ItemData: -1
  356. Amount: 1
  357. GiveItem: false
  358. Name: '&b&l$300,000'
  359. Chance: 10
  360. Commands:
  361. - eco give %player% 300000
  362. '1':
  363. Material: PAPER
  364. Glow: false
  365. ItemData: -1
  366. Amount: 1
  367. GiveItem: false
  368. Name: '&b&l$600,000'
  369. Chance: 10
  370. Commands:
  371. - eco give %player% 600000
  372. '2':
  373. Material: PAPER
  374. Glow: false
  375. ItemData: -1
  376. Amount: 1
  377. GiveItem: false
  378. Name: '&b&l$900,000'
  379. Chance: 5
  380. Commands:
  381. - eco give %player% 900000
  382. '3':
  383. Material: ENDER_CHEST
  384. Glow: false
  385. ItemData: -1
  386. Amount: 2
  387. GiveItem: true
  388. Name: '&b&l2x CRATE PASS'
  389. Chance: 10
  390. Commands:
  391. - mcrate give %player% MuxPass 2
  392. '4':
  393. Material: 399
  394. Glow: false
  395. ItemData: -1
  396. Amount: 3
  397. GiveItem: true
  398. Name: '&b&l3x LEGENDARY KEYS'
  399. Chance: 10
  400. Commands:
  401. - crate give to %player% legendary 3
  402. '5':
  403. Material: 399
  404. Glow: false
  405. ItemData: -1
  406. Amount: 3
  407. GiveItem: true
  408. Name: '&b&l3x MYTHIC KEYS'
  409. Chance: 8
  410. Commands:
  411. - crate give to %player% mythic 3
  412. '6':
  413. Material: 399
  414. Glow: false
  415. ItemData: -1
  416. Amount: 3
  417. GiveItem: true
  418. Name: '&b&l3x IMMORTAL KEYS'
  419. Chance: 5
  420. Commands:
  421. - crate give to %player% immortal 3
  422. '7':
  423. Material: MOB_SPAWNER
  424. Glow: false
  425. ItemData: -1
  426. GiveItem: false
  427. Name: '&b&lx10 CREEPER SPAWNERS'
  428. Chance: 10
  429. Commands:
  430. - ss give %player% creeper 10
  431. '8':
  432. Material: MOB_SPAWNER
  433. Glow: false
  434. ItemData: -1
  435. GiveItem: false
  436. Name: '&b&lx10 BLAZE SPAWNERS'
  437. Chance: 10
  438. Commands:
  439. - ss give %player% blaze 10
  440. '9':
  441. Material: MOB_SPAWNER
  442. Glow: false
  443. ItemData: -1
  444. GiveItem: false
  445. Name: '&b&lx2 VILLAGER SPAWNERS'
  446. Chance: 5
  447. Commands:
  448. - ss give %player% villager 10
  449. '10':
  450. Material: MOB_SPAWNER
  451. Glow: false
  452. ItemData: -1
  453. GiveItem: false
  454. Name: '&b&lx3 IRON GOLEM SPAWNERS'
  455. Chance: 8
  456. Commands:
  457. - ss give %player% irongolem 3
  458. final-rewards:
  459. '0':
  460. Material: DIAMOND_PICKAXE
  461. Glow: false
  462. ItemData: -1
  463. Amount: 1
  464. GiveItem: false
  465. Name: '&b&l8x8 TRENCH PICKAXE'
  466. Chance: 15
  467. Commands:
  468. - tools give %player% trench_pickaxe8 1
  469. '1':
  470. Material: DIAMOND_HOE
  471. Glow: false
  472. ItemData: -1
  473. Amount: 1
  474. GiveItem: false
  475. Name: '&b&l1000 uses SELL WAND'
  476. Chance: 20
  477. Commands:
  478. - tools give %player% sell_wand 1 1000
  479. '2':
  480. Material: HOPPER
  481. Glow: true
  482. ItemData: -1
  483. Amount: 2
  484. GiveItem: false
  485. Name: '&b&l2x CROP HOPPERS'
  486. Chance: 20
  487. Commands:
  488. - crophopper give %player% 2
  489. time:
  490. ScrambleAnimationSpeedInTicks: 3
  491. FinalAnimationSpeedInTicks: 3
  492. once-per-item: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement