Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.45 KB | None | 0 0
  1. mythical {
  2. items=[
  3. {
  4. count=1
  5. huskydata {
  6. rewards=[
  7. {
  8. command="pokegive %p random shiny"
  9. type=command
  10. }
  11. ]
  12. weight=5
  13. }
  14. id="pixelmon:pixelmon_sprite"
  15. name="&c&lRandom Shiny"
  16. nbt {
  17. SpriteName="pixelmon:sprites/shinypokemon/201-question"
  18. }
  19. },
  20. {
  21. count=2
  22. huskydata {
  23. rewards=[
  24. {
  25. command="give %p pixelmon:master_ball 2"
  26. type=command
  27. }
  28. ]
  29. weight=10
  30. }
  31. id="pixelmon:master_ball"
  32. name="&d&l2 Master Balls"
  33. },
  34. {
  35. count=3
  36. huskydata {
  37. rewards=[
  38. {
  39. command="give %p pixelmon:master_ball 3"
  40. type=command
  41. }
  42. ]
  43. weight=5
  44. }
  45. id="pixelmon:master_ball"
  46. name="&d&l3 Master Balls"
  47. },
  48. {
  49. count=2
  50. huskydata {
  51. rewards=[
  52. {
  53. command="give %p pixelmon:park_ball 2"
  54. type=command
  55. }
  56. ]
  57. weight=10
  58. }
  59. id="pixelmon:park_ball"
  60. name="&e&l2 Park Balls"
  61. },
  62. {
  63. count=1
  64. huskydata {
  65. rewards=[
  66. {
  67. command="pokegive %p random shiny"
  68. type=command
  69. }
  70. ]
  71. weight=5
  72. }
  73. id="pixelmon:pixelmon_sprite"
  74. name="&c&lRandom Shiny"
  75. nbt {
  76. SpriteName="pixelmon:sprites/shinypokemon/201-question"
  77. }
  78. },
  79. {
  80. count=3
  81. huskydata {
  82. rewards=[
  83. {
  84. command="give %p pixelmon:park_ball 3"
  85. type=command
  86. }
  87. ]
  88. weight=5
  89. }
  90. id="pixelmon:park_ball"
  91. name="&6&l3 Park Balls"
  92. },
  93. {
  94. count=1
  95. huskydata {
  96. rewards=[
  97. {
  98. command="givemoney %p 10000"
  99. type=command
  100. }
  101. ]
  102. weight=10
  103. }
  104. id="minecraft:paper"
  105. name="&6&l$&b&l0,000"
  106. },
  107. {
  108. count=1
  109. huskydata {
  110. rewards=[
  111. {
  112. command="pokegive %p random shiny"
  113. type=command
  114. }
  115. ]
  116. weight=5
  117. }
  118. id="pixelmon:pixelmon_sprite"
  119. name="&c&lRandom Shiny"
  120. nbt {
  121. SpriteName="pixelmon:sprites/shinypokemon/201-question"
  122. }
  123. },
  124. {
  125. count=32
  126. huskydata {
  127. rewards=[
  128. {
  129. command="give %p pixelmon:rare_candy 32"
  130. type=command
  131. }
  132. ]
  133. weight=10
  134. }
  135. id="pixelmon:rare_candy"
  136. name="&b&l32 Rare Candy"
  137. },
  138. {
  139. count=1
  140. huskydata {
  141. rewards=[
  142. {
  143. command="give %p pixelmon:lustrous_orb"
  144. type=command
  145. }
  146. ]
  147. weight=5
  148. }
  149. id="pixelmon:lustrous_orb"
  150. name="&c&lLustrous Orb"
  151. },
  152. {
  153. count=1
  154. huskydata {
  155. rewards=[
  156. {
  157. command="adjustbonusclaimblocks %p 1000"
  158. type=command
  159. }
  160. ]
  161. weight=10
  162. }
  163. id="minecraft:golden_shovel"
  164. name="&e&1000 Claim Blocks"
  165. },
  166. {
  167. count=1
  168. huskydata {
  169. rewards=[
  170. {
  171. command="pokegive %p random shiny"
  172. type=command
  173. }
  174. ]
  175. weight=5
  176. }
  177. id="pixelmon:pixelmon_sprite"
  178. name="&c&lRandom Shiny"
  179. nbt {
  180. SpriteName="pixelmon:sprites/shinypokemon/201-question"
  181. }
  182. },
  183. {
  184. count=1
  185. huskydata {
  186. rewards=[
  187. {
  188. command="give %p pixelmon:adamant_orb"
  189. type=command
  190. }
  191. ]
  192. weight=10
  193. }
  194. id="pixelmon:adamant_orb"
  195. name="&7&lAdamant Orb"
  196. }
  197. ]
  198. name="&7&lMythical Crate"
  199. options {
  200. particle1 {
  201. color=[
  202. 66,
  203. 66,
  204. 66
  205. ]
  206. }
  207. particle2 {
  208. color=[
  209. 208,
  210. 219,
  211. 218
  212. ]
  213. }
  214. }
  215. type=spinner
  216. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement