Advertisement
heckr2

Untitled

Mar 16th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.77 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: 1
  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: 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. - '&a&l* &f8x8 Trench Pickaxe'
  312. - '&a&l* &f1000 use Sell Wand'
  313. - '&a&l* &f1000 use Harvester Hoe'
  314. - '&a&l* &f2x Crop Hoppers'
  315. - ''
  316. - '&b&l[!]&r &bClaimed at &b&nShop.MuxMC.net'
  317. gui:
  318. Name: '&8Crate: %name%'
  319. not-redeemed:
  320. Material: ENDER_CHEST
  321. Glow: false
  322. ItemData: -1
  323. Amount: 1
  324. Name: '&f&l???'
  325. Lores:
  326. - '&7Click to receive a random'
  327. - '&7item from the crate.'
  328. final-not-redeemable:
  329. Material: STAINED_GLASS_PANE
  330. PaneColor: RED
  331. Glow: false
  332. Amount: 1
  333. Name: '&c&l???'
  334. Lores:
  335. - '&7You can''t open the final reward'
  336. - '&7until you have redeemed all other rewards.'
  337. animation:
  338. Glow: false
  339. ScrambleAnimationRunsPerItem: 10
  340. FinalAnimationRuns: 6
  341. animation-on-colors:
  342. - BLUE
  343. - LIME
  344. - ORANGE
  345. - MAGENTA
  346. - PINK
  347. - YELLOW
  348. animation-off-color: BLACK
  349. normal-rewards:
  350. '0':
  351. Material: PAPER
  352. Glow: false
  353. ItemData: -1
  354. Amount: 1
  355. GiveItem: false
  356. Name: '&b&l$300,000'
  357. Chance: 10
  358. Commands:
  359. - eco give %player% 300000
  360. '1':
  361. Material: PAPER
  362. Glow: false
  363. ItemData: -1
  364. Amount: 1
  365. GiveItem: false
  366. Name: '&b&l$600,000'
  367. Chance: 10
  368. Commands:
  369. - eco give %player% 600000
  370. '2':
  371. Material: PAPER
  372. Glow: false
  373. ItemData: -1
  374. Amount: 1
  375. GiveItem: false
  376. Name: '&b&l$900,000'
  377. Chance: 5
  378. Commands:
  379. - eco give %player% 900000
  380. '3':
  381. Material: ENDER_CHEST
  382. Glow: false
  383. ItemData: -1
  384. Amount: 2
  385. GiveItem: true
  386. Name: '&b&l2x CRATE PASS'
  387. Chance: 10
  388. Commands:
  389. - mcrate give %player% MuxPass 2
  390. '4':
  391. Material: 399
  392. Glow: false
  393. ItemData: -1
  394. Amount: 3
  395. GiveItem: true
  396. Name: '&b&l3x LEGENDARY KEYS'
  397. Chance: 10
  398. Commands:
  399. - crate give to %player% legendary 3
  400. '5':
  401. Material: 399
  402. Glow: false
  403. ItemData: -1
  404. Amount: 3
  405. GiveItem: true
  406. Name: '&b&l3x MYTHIC KEYS'
  407. Chance: 8
  408. Commands:
  409. - crate give to %player% mythic 3
  410. '6':
  411. Material: 399
  412. Glow: false
  413. ItemData: -1
  414. Amount: 3
  415. GiveItem: true
  416. Name: '&b&l3x IMMORTAL KEYS'
  417. Chance: 5
  418. Commands:
  419. - crate give to %player% immortal 3
  420. '7':
  421. Material: MOB_SPAWNER
  422. Glow: false
  423. ItemData: -1
  424. GiveItem: false
  425. Name: '&b&lx10 CREEPER SPAWNERS'
  426. Chance: 10
  427. Commands:
  428. - ss give %player% creeper 10
  429. '8':
  430. Material: MOB_SPAWNER
  431. Glow: false
  432. ItemData: -1
  433. GiveItem: false
  434. Name: '&b&lx10 BLAZE SPAWNERS'
  435. Chance: 10
  436. Commands:
  437. - ss give %player% blaze 10
  438. '9':
  439. Material: MOB_SPAWNER
  440. Glow: false
  441. ItemData: -1
  442. GiveItem: false
  443. Name: '&b&lx2 VILLAGER SPAWNERS'
  444. Chance: 5
  445. Commands:
  446. - ss give %player% villager 10
  447. '10':
  448. Material: MOB_SPAWNER
  449. Glow: false
  450. ItemData: -1
  451. GiveItem: false
  452. Name: '&b&lx3 IRON GOLEM SPAWNERS'
  453. Chance: 8
  454. Commands:
  455. - ss give %player% irongolem 3
  456. '11':
  457. Material: DIAMOND_PICKAXE
  458. Glow: false
  459. ItemData: -1
  460. Amount: 1
  461. GiveItem: false
  462. Name: '&b&l8x8 TRENCH PICKAXE'
  463. Chance: 15
  464. Commands:
  465. - tools give %player% trench_pickaxe8 1
  466. '12':
  467. Material: DIAMOND_HOE
  468. Glow: false
  469. ItemData: -1
  470. Amount: 1
  471. GiveItem: false
  472. Name: '&b&l1000 uses SELL WAND'
  473. Chance: 20
  474. Commands:
  475. - tools give %player% sell_wand 1 1000
  476. '13':
  477. Material: HOPPER
  478. Glow: true
  479. ItemData: -1
  480. Amount: 2
  481. GiveItem: false
  482. Name: '&b&l2x CROP HOPPERS'
  483. Chance: 20
  484. Commands:
  485. - crophopper give %player% 2
  486. time:
  487. ScrambleAnimationSpeedInTicks: 3
  488. FinalAnimationSpeedInTicks: 3
  489. once-per-item: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement