Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.22 KB | None | 0 0
  1. Common {
  2. cooldownSeconds=0
  3. effects {
  4. idle {
  5. particles=[
  6. {
  7. animationPreset=orbit
  8. color=[
  9. 216,
  10. 41,
  11. 41
  12. ]
  13. type="minecraft:redstone_dust"
  14. },
  15. {
  16. animationPreset=orbit
  17. color=[
  18. 255,
  19. 255,
  20. 255
  21. ]
  22. type="minecraft:redstone_dust"
  23. }
  24. ]
  25. }
  26. }
  27. free=false
  28. hologram {
  29. lines=[
  30. "&bCommon Crate"
  31. ]
  32. }
  33. localKey {
  34. id="minecraft:tripwire_hook"
  35. name="&bCommon Crate&r Key"
  36. }
  37. name="&bCommon Crate"
  38. slots=[
  39. {
  40. chance=20.0
  41. displayItem {
  42. count=4
  43. id="pixelmon:rare_candy"
  44. lore=[
  45. "&A4 Rare Candies"
  46. ]
  47. name="&A4 Rare Candies"
  48. }
  49. rewards=[
  50. {
  51. data="give %p pixelmon:rare_candy 3"
  52. type=servercommand
  53. }
  54. ]
  55. },
  56. {
  57. chance=1.0
  58. displayItem {
  59. count=1
  60. id="minecraft:tripwire_hook"
  61. lore=[
  62. "&A Uncommon Key"
  63. ]
  64. name="&A Uncommon Key"
  65. }
  66. rewards=[
  67. {
  68. data="crate key Uncommon %p"
  69. type=servercommand
  70. }
  71. ]
  72. },
  73. {
  74. chance=5.0
  75. displayItem {
  76. count=1
  77. id="minecraft:tripwire_hook"
  78. lore=[
  79. "&a Disguise Key"
  80. ]
  81. name="&a Disguise Key"
  82. }
  83. rewards=[
  84. {
  85. data="crate key Disguise %p"
  86. type=servercommand
  87. }
  88. ]
  89. },
  90. {
  91. chance=2.0
  92. displayItem {
  93. count=1
  94. id="pixelmon:exp_share"
  95. lore=[
  96. "&A Exp. Share"
  97. ]
  98. name="&A Exp Share"
  99. }
  100. rewards=[
  101. {
  102. data="give %p pixelmon:exp_share"
  103. type=servercommand
  104. }
  105. ]
  106. },
  107. {
  108. chance=25.0
  109. displayItem {
  110. count=1
  111. id="minecraft:paper"
  112. lore=[
  113. "&A$1000 Pokedollars"
  114. ]
  115. name="&A$1000 Pokedollars"
  116. }
  117. rewards=[
  118. {
  119. data="econ add %p 1000"
  120. type=servercommand
  121. }
  122. ]
  123. },
  124. {
  125. chance=15.0
  126. displayItem {
  127. count=1
  128. id="minecraft:golden_shovel"
  129. lore=[
  130. "&A200 Claim Blocks"
  131. ]
  132. name="&A200 Claim Blocks"
  133. }
  134. rewards=[
  135. {
  136. data="adjustbonusclaimblocks %p 200"
  137. type=servercommand
  138. }
  139. ]
  140. },
  141. {
  142. chance=1.0
  143. displayItem {
  144. count=1
  145. id="pixelmon:ability_capsule"
  146. lore=[
  147. "&dAbility_Capsule"
  148. ]
  149. name="&dAbility_Capsule"
  150. }
  151. rewards=[
  152. {
  153. data="give %p pixelmon:ability_capsule"
  154. type=servercommand
  155. }
  156. ]
  157. },
  158. {
  159. chance=3.0
  160. displayItem {
  161. count=1
  162. id="pixelmon:lucky_egg"
  163. lore=[
  164. "&fLucky_egg"
  165. ]
  166. name="&fLucky_Egg"
  167. }
  168. rewards=[
  169. {
  170. data="give %p pixelmon:lucky_egg"
  171. type=servercommand
  172. }
  173. ]
  174. },
  175. {
  176. chance=15.0
  177. displayItem {
  178. count=1
  179. id="pixelmon:fossil"
  180. lore=[
  181. "&6Fossil_Block"
  182. ]
  183. name="&dFossil_Block"
  184. }
  185. rewards=[
  186. {
  187. data="give %p pixelmon:fossil"
  188. type=servercommand
  189. }
  190. ]
  191. },
  192. {
  193. chance=15.0
  194. displayItem {
  195. count=5
  196. id="pixelmon:pc"
  197. lore=[
  198. "&dPorygon_Tail"
  199. ]
  200. name="&dPorygon_Tail"
  201. }
  202. rewards=[
  203. {
  204. data="give %p pixelmon:porygon_piece 1 4"
  205. type=servercommand
  206. }
  207. ]
  208. },
  209. {
  210. chance=15.0
  211. displayItem {
  212. count=3
  213. id="pixelmon:pixelmon:pc"
  214. lore=[
  215. "&dPorygon_Leg"
  216. ]
  217. name="&dPorygon_Leg"
  218. }
  219. rewards=[
  220. {
  221. data="give %p pixelmon:porygon_piece 1 3"
  222. type=servercommand
  223. }
  224. ]
  225. },
  226. {
  227. chance=15.0
  228. displayItem {
  229. count=3
  230. id="pixelmon:pixelmon:pc"
  231. lore=[
  232. "&dPorygon_Body"
  233. ]
  234. name="&dPorygon_Body"
  235. }
  236. rewards=[
  237. {
  238. data="give %p pixelmon:porygon_piece 1 2"
  239. type=servercommand
  240. }
  241. ]
  242. },
  243. {
  244. chance=10.0
  245. displayItem {
  246. count=3
  247. id="pixelmon:pixelmon:pc"
  248. lore=[
  249. "&dPorygon_Head"
  250. ]
  251. name="&dPorygon_Head"
  252. }
  253. rewards=[
  254. {
  255. data="give %p pixelmon:porygon_piece 1 1"
  256. type=servercommand
  257. }
  258. ]
  259. },
  260. {
  261. chance=15.0
  262. displayItem {
  263. count=15
  264. id="pixelmon:poke_ball"
  265. lore=[
  266. "&A15 Pokeballs"
  267. ]
  268. name="&A15 Pokeballs"
  269. }
  270. rewards=[
  271. {
  272. data="give %p pixelmon:poke_ball 15"
  273. type=servercommand
  274. }
  275. ]
  276. },
  277. {
  278. chance=15.0
  279. displayItem {
  280. count=3
  281. id="pixelmon:pixelmon:porygon_peice 1 3"
  282. lore=[
  283. "&dPorygon_Leg"
  284. ]
  285. name="&dPorygon_Leg"
  286. }
  287. rewards=[
  288. {
  289. data="give %p pixelmon:porygon_peice 1 3"
  290. type=servercommand
  291. }
  292. ]
  293. },
  294. {
  295. chance=15.0
  296. displayItem {
  297. count=5
  298. id="pixelmon:ultra_ball"
  299. lore=[
  300. "&A5 UltraBall"
  301. ]
  302. name="&A5 UltraBall"
  303. }
  304. rewards=[
  305. {
  306. data="give %p pixelmon:ultra_ball 5"
  307. type=servercommand
  308. }
  309. ]
  310. },
  311. {
  312. chance=20.0
  313. displayItem {
  314. count=1
  315. id="pixelmon:great_ball"
  316. lore=[
  317. "&A10 GreatBalls"
  318. ]
  319. name="&A10 GreatBalls"
  320. }
  321. rewards=[
  322. {
  323. data="give %p pixelmon:great_ball 10"
  324. type=servercommand
  325. }
  326. ]
  327. }
  328. ]
  329. useLocalKey=true
  330. viewOptions {
  331. tickDelayMultiplier=1.0125
  332. ticksToSelection=100
  333. ticksToSelectionVariance=6
  334. }
  335. viewType=spinner
  336. }
  337. Disguise {
  338. cooldownSeconds=0
  339. effects {
  340. idle {
  341. particles=[
  342. {
  343. animationPreset=orbit
  344. color=[
  345. 216,
  346. 41,
  347. 41
  348. ]
  349. type="minecraft:redstone_dust"
  350. },
  351. {
  352. animationPreset=orbit
  353. color=[
  354. 255,
  355. 255,
  356. 255
  357. ]
  358. type="minecraft:redstone_dust"
  359. }
  360. ]
  361. }
  362. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement