Advertisement
Sevenous

Untitled

Jun 23rd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.53 KB | None | 0 0
  1. exports.put("patches/content/mcrates", {
  2. normal: {
  3. "&a&l$10,000,000": {
  4. icon: "emerald 1",
  5. chance: 5,
  6. commands: [
  7. "eco give {player} 10000000",
  8. ],
  9. },
  10. "&a&l$20,000,000": {
  11. icon: "emerald 1",
  12. chance: 5,
  13. commands: [
  14. "eco give {player} 20000000",
  15. ],
  16. },
  17. "&a1000 mcMMO Credits": {
  18. icon: "emerald 1",
  19. chance: 2.5,
  20. commands: [
  21. "addcredits {player} 1000",
  22. ],
  23. },
  24. "&6&lAncient Helmet": {
  25. icon: "diamondhelmet",
  26. chance: 3.5,
  27. commands: [
  28. "kit {player} AncientHelmet",
  29. ],
  30. },
  31. "&6&lAncient Chestplate": {
  32. icon: "diamondchestplate",
  33. chance: 1.5,
  34. commands: [
  35. "kit {player} AncientChestt",
  36. ],
  37. },
  38. "&6&lAncient Leggings": {
  39. icon: "diamondleggings",
  40. chance: 1.5,
  41. commands: [
  42. "kit {player} AncientLeggings",
  43. ],
  44. },
  45. "&6&lAncient Boots": {
  46. icon: "diamondboots",
  47. chance: 3.5,
  48. commands: [
  49. "kit {player} AncientBoots",
  50. ],
  51. },
  52. "&b&l➢10,000 Shards": {
  53. icon: "prismarine_shard 1",
  54. chance: 2.5,
  55. commands: [
  56. "giveshards {player} 10000",
  57. ],
  58. },
  59. "&b&l➢7,500 Shards": {
  60. icon: "prismarine_shard 1",
  61. chance: 2.5,
  62. commands: [
  63. "giveshards {player} 7500",
  64. ],
  65. },
  66. "&b&l➢5,000 Shards": {
  67. icon: "prismarine_shard 1",
  68. chance: 2.5,
  69. commands: [
  70. "giveshards {player} 5000",
  71. ],
  72. },
  73. "&c&lⒸ500 Mob Coins": {
  74. icon: "sunflower 1",
  75. chance: 2.5,
  76. commands: [
  77. "givemobcoins {player} 500",
  78. ],
  79. },
  80. "&c&lⒸ250 Mob Coins": {
  81. icon: "sunflower 1",
  82. chance: 2.5,
  83. commands: [
  84. "givemobcoins {player} 250",
  85. ],
  86. },
  87. "&73x &5&lMythical Keys": {
  88. icon: "tripwirehook 3",
  89. chance: 2.5,
  90. commands: [
  91. "givecratekey {player} mythical 3",
  92. ],
  93. },
  94. "&75x &9&lRare Crate Key": {
  95. icon: "tripwirehook 5",
  96. chance: 1.0,
  97. commands: [
  98. "givecratekey {player} rare 5",
  99. ],
  100. },
  101. "&b&l10x Uncommon Key": {
  102. icon: "tripwirehook 10",
  103. chance: 2.5,
  104. commands: [
  105. "givecratekey {player} uncommon 10",
  106. ],
  107. },
  108. "&4&lM&c&le&4&lm&c&le&4&lL&c&lo&4&lr&c&ld &e&lKit": {
  109. icon: "book 1",
  110. chance: 10,
  111. commands: [
  112. "givekitpaper {player} memelord",
  113. ],
  114. },
  115. "&1&lO&2&lP &a&lP&d&li&b&lc&c&lk&e&la&f&lx&3&le": {
  116. icon: "diamondpickaxe 1",
  117. chance: 7.5,
  118. commands: [
  119. "givekitpaper {player} oppickaxe",
  120. ],
  121. },
  122. },
  123. cosmetic: {
  124. "&c&lSpiderman &a&lMinion": {
  125. icon: "skull:3 1",
  126. chance: 2.5,
  127. commands: [
  128. "minions give {player} Spiderman",
  129. ],
  130. },
  131. "&2&lHulk &a&lMinion": {
  132. icon: "skull:3 1",
  133. chance: 1.5,
  134. commands: [
  135. "minions give {player} Hulk",
  136. ],
  137. },
  138. "&6&lThor &a&lMinion": {
  139. icon: "skull:3 1",
  140. chance: 1.0,
  141. commands: [
  142. "minions give {player} Thor",
  143. ],
  144. },
  145. "&f&lIronman &a&lMinion": {
  146. icon: "skull:3 1",
  147. chance: 0.5,
  148. commands: [
  149. "minions give {player} Ironman",
  150. ],
  151. },
  152. },
  153. final: {
  154. "&b&l➢15,000 Shards": {
  155. icon: "prismarine_shard 1",
  156. chance: 4.99999999999998,
  157. commands: [
  158. "giveshards {player} 15000",
  159. ],
  160. },
  161. "&b&l➢10,000 Shards": {
  162. icon: "prismarine_shard 1",
  163. chance: 4.99999999999998,
  164. commands: [
  165. "giveshards {player} 10000",
  166. ],
  167. },
  168. "&b&l➢5,000 Shards": {
  169. icon: "prismarine_shard 1",
  170. chance: 4.99999999999998,
  171. commands: [
  172. "giveshards {player} 5000",
  173. ],
  174. },
  175. "&2&lJokes On You &a&lGKit Access": {
  176. icon: "netherstar 1",
  177. chance: 1.00000000000001,
  178. commands: [
  179. "padd {player} gkits.jokesonyou",
  180. ],
  181. },
  182. "&4&lM&c&le&4&lm&c&le&4&lL&c&lo&4&lr&c&ld &a&lRank": {
  183. icon: "book 1",
  184. chance: 0.00000000000001,
  185. commands: [
  186. "giverankcoupon {player} memelord",
  187. ],
  188. },
  189. "&7&l15x &9&lRare Keys": {
  190. icon: "tripwirehook 15",
  191. chance: 7.5,
  192. commands: [
  193. "givecratekey {player} rare 15",
  194. ],
  195. },
  196. "&7&l10x &5&lMythical Keys": {
  197. icon: "tripwirehook 10",
  198. chance: 7.5,
  199. commands: [
  200. "givecratekey {player} mythical 10",
  201. ],
  202. },
  203. "&7&l5x &6&lLegendary Keys": {
  204. icon: "tripwirehook 15",
  205. chance: 7.5,
  206. commands: [
  207. "givecratekey {player} legendary 5",
  208. ],
  209. },
  210. "&7&lArkham &b&lKnight &a&lRank": {
  211. icon: "book 1",
  212. chance: 0.00000001,
  213. commands: [
  214. "giverankcoupon {player} arkhamknight",
  215. ],
  216. },
  217. "&7&l2x &c&lCraft Wand": {
  218. icon: "golden_hoe 2",
  219. chance: 7.5,
  220. commands: [
  221. "givecraftwand {player}",
  222. ],
  223. },
  224. "&7&l3x &a&lSell Wand": {
  225. icon: "golden_hoe 3",
  226. chance: 7.5,
  227. commands: [
  228. "givesellwand {player}",
  229. ],
  230. },
  231. }
  232. })
  233.  
  234. autoload.watch("patches/content/mcrates.js")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement