Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.21 KB | None | 0 0
  1. votecrate{
  2. name="&7Voting Crate"
  3. slots = [
  4. {
  5. chance=25
  6. displayItem{
  7. id="pixelmon:poke_ball"
  8. count=64
  9. name="&ePoke Balls"
  10. }
  11. rewards=[
  12. {
  13. type="servercommand"
  14. data="give %p pixelmon:poke_ball 64"
  15. }
  16. ]
  17. },
  18. {
  19. chance=23
  20. displayItem{
  21. id="pixelmon:premier_ball"
  22. count=32
  23. name="&ePremier Balls"
  24. }
  25. rewards=[
  26. {
  27. type="servercommand"
  28. data="give %p pixelmon:premier_ball 32"
  29. }
  30. ]
  31. },
  32. {
  33. chance=18
  34. displayItem{
  35. id="pixelmon:rare_candy"
  36. count=10
  37. name="&eRare Candies"
  38. }
  39. rewards=[
  40. {
  41. type="servercommand"
  42. data="give %p pixelmon:rare_candy 10"
  43. }
  44. ]
  45. },
  46. {
  47. chance=11
  48. displayItem{
  49. id="pixelmon:master_ball"
  50. count=5
  51. name="&eMaster Balls"
  52. }
  53. rewards=[
  54. {
  55. type="servercommand"
  56. data="give %p pixelmon:master_ball 5"
  57. }
  58. ]
  59. },
  60. {
  61. chance=9
  62. displayItem{
  63. id="pixelmon:psychic_gem"
  64. count=1
  65. name="&eRandom Poke"
  66. }
  67. rewards=[
  68. {
  69. type="servercommand"
  70. data="pokegive %p random"
  71. }
  72. ]
  73. },
  74. {
  75. chance=5
  76. displayItem{
  77. id="pixelmon:grass_gem"
  78. count=1
  79. name="&eRandom Shiny"
  80. }
  81. rewards=[
  82. {
  83. type="servercommand"
  84. data="pokegive %p random s"
  85. }
  86. ]
  87. },
  88. {
  89. chance=3
  90. displayItem{
  91. id="pixelmon:moltres_shrine"
  92. count=1
  93. name="&eFire Shrine"
  94. }
  95. rewards=[
  96. {
  97. type="servercommand"
  98. data="give %p pixelmon:moltres_shrine"
  99. }
  100. ]
  101. },
  102. {
  103. chance=2
  104. displayItem{
  105. id="pixelmon:articuno_shrine"
  106. count=1
  107. name="&eIce Shrine"
  108. }
  109. rewards=[
  110. {
  111. type="servercommand"
  112. data="give %p pixelmon:articuno_shrine"
  113. }
  114. ]
  115. },
  116. {
  117. chance=2
  118. displayItem{
  119. id="pixelmon:zapdos_shrine"
  120. count=1
  121. name="&eStatic Shrine"
  122. }
  123. rewards=[
  124. {
  125. type="servercommand"
  126. data="give %p pixelmon:zapdos_shrine"
  127. }
  128. ]
  129. },
  130. {
  131. chance=1
  132. displayItem{
  133. id="minecraft:nether_star"
  134. count=1
  135. name="&eLightness Key"
  136. }
  137. rewards=[
  138. {
  139. type="servercommand"
  140. data="hc key lightness %p 1"
  141. }
  142. ]
  143. },
  144. {
  145. chance=1
  146. displayItem{
  147. id="minecraft:nether_star"
  148. count=1
  149. name="&eDarkness Key"
  150. }
  151. rewards=[
  152. {
  153. type="servercommand"
  154. data="hc key darkness %p 1"
  155. }
  156. ]
  157. }
  158. ]
  159. previewable=true
  160. effects {
  161. idle {
  162. duration=20
  163. loop=true
  164. resetOnTimeout=false
  165. particles=[
  166. {
  167. type="minecraft:redstone_dust"
  168. animationPreset="orbit"
  169. colorAnimationPreset="rainbow"
  170. #animateColor=true
  171. #animationCode="x=Math.sin(time/5)*0.7; y=Math.sin(time/3)*0.2; z=Math.cos(time/5)*0.7; r=Math.abs(Math.sin(time/8)*255); g=Math.abs(Math.sin(time/11)*255); b=Math.abs(Math.sin(time/13))*255;"
  172. },
  173. #{
  174. # type="minecraft:flame"
  175. # amount=20
  176. # animationCode="var scal = ((time/5)%5)*0.3 + 0.4; x=Math.sin(num + (time/15))*scal; y=-0.45 + (((time/5)%5)*0.6); z=Math.cos(num+ (time/15))*scal;"
  177. #}
  178. ]
  179. }
  180. }
  181. hologram {
  182. lines=[
  183. "&8|-&7&n Vote &8-|",
  184. "&8|- &7Crate &8-|"
  185. ]
  186.  
  187. yOffset=0.0
  188.  
  189. entityYOffset=0.0
  190. }
  191. viewType="instant"
  192. viewConfig{
  193. tickDelayMultiplier=1.08
  194. }
  195. useLocalKey=true
  196. localKey {
  197. id="minecraft:prismarine_shard"
  198. name="&7Vote Crate &8Key"
  199. }
  200. messages {
  201. rejectionNeedKey="&cYou need a &7Vote Crate &8Key &cto use this crate!"
  202. }
  203.  
  204. }
  205.  
  206. darkness{
  207. name="&dDarkness Crate"
  208. slots = [
  209. {
  210. chance=18
  211. displayItem{
  212. id="pixelmon:master_ball"
  213. count=16
  214. name="&eMaster Balls"
  215. }
  216. rewards=[
  217. {
  218. type="servercommand"
  219. data="give %p pixelmon:master_ball 16"
  220. }
  221. ]
  222. },
  223. {
  224. chance=15
  225. displayItem{
  226. id="pixelmon:dark_gem"
  227. count=1
  228. name="&eRandom Shiny"
  229. }
  230. rewards=[
  231. {
  232. type="servercommand"
  233. data="pokegive %p random s"
  234. }
  235. ]
  236. },
  237. {
  238. chance=11
  239. displayItem{
  240. id="pixelmon:rare_candy"
  241. count=32
  242. name="&eRare Candies"
  243. }
  244. rewards=[
  245. {
  246. type="servercommand"
  247. data="give %p pixelmon:rare_candy 32"
  248. }
  249. ]
  250. },
  251. {
  252. chance=10
  253. displayItem{
  254. id="pixelmon:dusk_ball"
  255. count=64
  256. name="&eDusk Balls"
  257. }
  258. rewards=[
  259. {
  260. type="servercommand"
  261. data="give %p pixelmon:dusk_ball 64"
  262. }
  263. ]
  264. },
  265. {
  266. chance=10
  267. displayItem{
  268. id="pixelmon:rare_candy"
  269. count=64
  270. name="&eRare Candies"
  271. }
  272. rewards=[
  273. {
  274. type="servercommand"
  275. data="give %p pixelmon:rare_candy 64"
  276. }
  277. ]
  278. },
  279. {
  280. chance=7
  281. displayItem{
  282. id="pixelmon:rising_badge"
  283. count=3
  284. name="&eShiny Token"
  285. lore="&aExchange this with &3&lGhouly"
  286. }
  287. rewards=[
  288. {
  289. type="item"
  290. }
  291. ]
  292. },
  293. {
  294. chance=5
  295. displayItem{
  296. id="pixelmon:gracidea"
  297. count=1
  298. name="&eGracidea"
  299. }
  300. rewards=[
  301. {
  302. type="servercommand"
  303. data="give %p pixelmon:gracidea"
  304. }
  305. ]
  306. },
  307. {
  308. chance=3.5
  309. displayItem{
  310. id="minecraft:nether_star"
  311. count=1
  312. name="&eDarkness Keys"
  313. }
  314. rewards=[
  315. {
  316. type="servercommand"
  317. data="hc key darkness 3 %p"
  318. }
  319. ]
  320. },
  321. {
  322. chance=3
  323. displayItem{
  324. id="pixelmon:rising_badge"
  325. count=1
  326. name="&eGiratina"
  327. }
  328. rewards=[
  329. {
  330. type="servercommand"
  331. data="pokegive %p Giratina"
  332. }
  333. ]
  334. },
  335. {
  336. chance=3
  337. displayItem{
  338. id="pixelmon:rising_badge"
  339. count=1
  340. name="&eDarkrai"
  341. }
  342. rewards=[
  343. {
  344. type="servercommand"
  345. data="pokegive %p Darkrai"
  346. }
  347. ]
  348. },
  349. {
  350. chance=3
  351. displayItem{
  352. id="pixelmon:rising_badge"
  353. count=1
  354. name="&eZekrom"
  355. }
  356. rewards=[
  357. {
  358. type="servercommand"
  359. data="pokegive %p Zekrom"
  360. }
  361. ]
  362. },
  363. {
  364. chance=3
  365. displayItem{
  366. id="pixelmon:rising_badge"
  367. count=1
  368. name="&eYveltal"
  369. }
  370. rewards=[
  371. {
  372. type="servercommand"
  373. data="pokegive %p Yveltal"
  374. }
  375. ]
  376. },
  377. {
  378. chance=3
  379. displayItem{
  380. id="pixelmon:rising_badge"
  381. count=1
  382. name="&eShiny Regigigas"
  383. }
  384. rewards=[
  385. {
  386. type="servercommand"
  387. data="pokegive %p Regigigas S"
  388. }
  389. ]
  390. },
  391. {
  392. chance=2.5
  393. displayItem{
  394. id="pixelmon:rising_badge"
  395. count=1
  396. name="&eRayquaza"
  397. }
  398. rewards=[
  399. {
  400. type="servercommand"
  401. data="pokegive %p Rayquaza S"
  402. }
  403. ]
  404. },
  405. {
  406. chance=1.5
  407. displayItem{
  408. id="pixelmon:rising_badge"
  409. count=1
  410. name="&eParticle Darkrai"
  411. }
  412. rewards=[
  413. {
  414. type="servercommand"
  415. data="sl give %p magic-darkrai"
  416. }
  417. ]
  418. }
  419. ]
  420. effects {
  421. idle {
  422. duration=20
  423. loop=true
  424. resetOnTimeout=false
  425. particles=[
  426. {
  427. type="minecraft:redstone_dust"
  428. amount=4
  429. animateColor=true
  430. animationCode="var scal = ((time/30)%7)*1.45 + -0.4; x=Math.sin(time/5)*1.2; y=Math.sin(time/3)*0.5; z=Math.cos(time/5)*1.2; r=Math.abs(Math.sin(time/6)*144)-10; g=Math.abs(Math.sin(time/6)*144)-10; b=Math.abs(Math.sin(time/6)*144)-10;"
  431. },
  432. {
  433. type="minecraft:redstone_dust"
  434. amount=4
  435. animateColor=true
  436. animationCode="var scal = ((time/30)%7)*1.45 + -0.4; x=Math.cos(time/5)*1.2; y=Math.sin(time/3)*0.5; z=Math.sin(time/5)*1.2; r=Math.abs(Math.sin(time/6)*144)-10; g=Math.abs(Math.sin(time/6)*144)-10; b=Math.abs(Math.sin(time/6)*144)-10;"
  437. },
  438. {
  439. type="minecraft:redstone_dust"
  440. amount=4
  441. animateColor=true
  442. animationCode="var scal = ((time/30)%7)*1.45 + -0.4; x=-1*(Math.sin(time/5)*1.2); y=Math.sin(time/3)*0.5; z=-1*(Math.cos(time/5)*1.2); r=Math.abs(Math.sin(time/6)*144)-10; g=Math.abs(Math.sin(time/6)*144)-10; b=Math.abs(Math.sin(time/6)*144)-10;"
  443. },
  444. {
  445. type="minecraft:redstone_dust"
  446. amount=4
  447. animateColor=true
  448. animationCode="var scal = ((time/30)%7)*1.45 + -0.4; x=-1*(Math.cos(time/5)*1.2); y=Math.sin(time/3)*0.5; z=-1*(Math.sin(time/5)*1.2); r=Math.abs(Math.sin(time/6)*144)-10; g=Math.abs(Math.sin(time/6)*144)-10; b=Math.abs(Math.sin(time/6)*144)-10;"
  449. }
  450. ]
  451. }
  452. }
  453. hologram {
  454. lines=[
  455. "&8|-&0&n Darkness &8-|",
  456. "&8|- &0Crate &8-|"
  457. ]
  458.  
  459. yOffset=0.0
  460.  
  461. entityYOffset=0.0
  462. }
  463. viewType="instant"
  464. viewConfig{
  465. tickDelayMultiplier=1.08
  466. }
  467. previewable=true
  468. useLocalKey=true
  469. localKey {
  470. id="pixelmon:rising_badge"
  471. name="&0Darkness Crate &8Key"
  472. }
  473. messages {
  474. rejectionNeedKey="&cYou need a &0Darkness Crate &8Key &cto use this crate!"
  475. }
  476.  
  477. }
  478.  
  479. lightness{
  480. name="&eLightness Crate"
  481. slots = [
  482. {
  483. chance=18
  484. displayItem{
  485. id="pixelmon:park_ball"
  486. count=16
  487. name="&ePark Balls"
  488. }
  489. rewards=[
  490. {
  491. type="servercommand"
  492. data="give %p pixelmon:park_ball 16"
  493. }
  494. ]
  495. },
  496. {
  497. chance=15
  498. displayItem{
  499. id="pixelmon:normal_gem"
  500. count=1
  501. name="&eRandom Shiny"
  502. }
  503. rewards=[
  504. {
  505. type="servercommand"
  506. data="pokegive %p random s"
  507. }
  508. ]
  509. },
  510. {
  511. chance=11
  512. displayItem{
  513. id="pixelmon:rare_candy"
  514. count=32
  515. name="&eRare Candies"
  516. }
  517. rewards=[
  518. {
  519. type="servercommand"
  520. data="give %p pixelmon:rare_candy 32"
  521. }
  522. ]
  523. },
  524. {
  525. chance=10
  526. displayItem{
  527. id="pixelmon:gs_ball"
  528. count=64
  529. name="&eDusk Balls"
  530. }
  531. rewards=[
  532. {
  533. type="servercommand"
  534. data="give %p pixelmon:gs_ball 64"
  535. }
  536. ]
  537. },
  538. {
  539. chance=10
  540. displayItem{
  541. id="pixelmon:rare_candy"
  542. count=64
  543. name="&eRare Candies"
  544. }
  545. rewards=[
  546. {
  547. type="servercommand"
  548. data="give %p pixelmon:rare_candy 64"
  549. }
  550. ]
  551. },
  552. {
  553. chance=7
  554. displayItem{
  555. id="pixelmon:dynamo_badge"
  556. count=3
  557. name="&eShiny Token"
  558. lore="&aExchange this with &3&lGhouly"
  559. }
  560. rewards=[
  561. {
  562. type="item"
  563. }
  564. ]
  565. },
  566. {
  567. chance=5
  568. displayItem{
  569. id="pixelmon:Griseous_orb"
  570. count=1
  571. name="&eGriseous Orb"
  572. }
  573. rewards=[
  574. {
  575. type="servercommand"
  576. data="give %p pixelmon:griseous_orb"
  577. }
  578. ]
  579. },
  580. {
  581. chance=3.5
  582. displayItem{
  583. id="minecraft:nether_star"
  584. count=1
  585. name="&eLightness Keys"
  586. }
  587. rewards=[
  588. {
  589. type="servercommand"
  590. data="hc key lightness 3 %p"
  591. }
  592. ]
  593. },
  594. {
  595. chance=3
  596. displayItem{
  597. id="pixelmon:dynamo_badge"
  598. count=1
  599. name="&eJirachi"
  600. }
  601. rewards=[
  602. {
  603. type="servercommand"
  604. data="pokegive %p Jirachi"
  605. }
  606. ]
  607. },
  608. {
  609. chance=3
  610. displayItem{
  611. id="pixelmon:dynamo_badge"
  612. count=1
  613. name="&eReshiram"
  614. }
  615. rewards=[
  616. {
  617. type="servercommand"
  618. data="pokegive %p Reshiram"
  619. }
  620. ]
  621. },
  622. {
  623. chance=3
  624. displayItem{
  625. id="pixelmon:dynamo_badge"
  626. count=1
  627. name="&eMeloetta"
  628. }
  629. rewards=[
  630. {
  631. type="servercommand"
  632. data="pokegive %p Meloetta"
  633. }
  634. ]
  635. },
  636. {
  637. chance=3
  638. displayItem{
  639. id="pixelmon:dynamo_badge"
  640. count=1
  641. name="&eCresselia"
  642. }
  643. rewards=[
  644. {
  645. type="servercommand"
  646. data="pokegive %p Cresselia"
  647. }
  648. ]
  649. },
  650. {
  651. chance=3
  652. displayItem{
  653. id="pixelmon:dynamo_badge"
  654. count=1
  655. name="&eShiny Arceus"
  656. }
  657. rewards=[
  658. {
  659. type="servercommand"
  660. data="pokegive %p Arceus S"
  661. }
  662. ]
  663. },
  664. {
  665. chance=2.5
  666. displayItem{
  667. id="pixelmon:dynamo_badge"
  668. count=1
  669. name="&eXerneas"
  670. }
  671. rewards=[
  672. {
  673. type="servercommand"
  674. data="pokegive %p Xerneas S"
  675. }
  676. ]
  677. },
  678. {
  679. chance=1.5
  680. displayItem{
  681. id="pixelmon:dynamo_badge"
  682. count=1
  683. name="&eParticle Cresselia"
  684. }
  685. rewards=[
  686. {
  687. type="servercommand"
  688. data="sl give %p angel-cresselia"
  689. }
  690. ]
  691. }
  692. ]
  693. effects {
  694. idle {
  695. duration=20
  696. loop=true
  697. resetOnTimeout=false
  698. particles=[
  699. {
  700. type="minecraft:redstone_dust"
  701. amount=4
  702. animateColor=true
  703. animationCode="var scal = ((time/30)%7)*1.45 + -0.4; x=Math.sin(time/5)*1.2; y=Math.sin(time/3)*0.5; z=Math.cos(time/5)*1.2; r=Math.abs(Math.sin(time)+255); g=Math.abs(Math.sin(time)+255); b=Math.abs(Math.sin(time/5))*250;"
  704. },
  705. {
  706. type="minecraft:redstone_dust"
  707. amount=4
  708. animateColor=true
  709. animationCode="var scal = ((time/30)%7)*1.45 + -0.4; x=Math.cos(time/5)*1.2; y=Math.sin(time/3)*0.5; z=Math.sin(time/5)*1.2; r=Math.abs(Math.sin(time)+255); g=Math.abs(Math.sin(time)+255); b=Math.abs(Math.sin(time/5))*250;"
  710. },
  711. {
  712. type="minecraft:redstone_dust"
  713. amount=4
  714. animateColor=true
  715. animationCode="var scal = ((time/30)%7)*1.45 + -0.4; x=-1*(Math.sin(time/5)*1.2); y=Math.sin(time/3)*0.5; z=-1*(Math.cos(time/5)*1.2); r=Math.abs(Math.sin(time)+255); g=Math.abs(Math.sin(time)+255); b=Math.abs(Math.sin(time/5))*250;"
  716. },
  717. {
  718. type="minecraft:redstone_dust"
  719. amount=4
  720. animateColor=true
  721. animationCode="var scal = ((time/30)%7)*1.45 + -0.4; x=-1*(Math.cos(time/5)*1.2); y=Math.sin(time/3)*0.5; z=-1*(Math.sin(time/5)*1.2); r=Math.abs(Math.sin(time)+255); g=Math.abs(Math.sin(time)+255); b=Math.abs(Math.sin(time/5))*250;"
  722. }
  723. ]
  724. }
  725. }
  726. hologram {
  727. lines=[
  728. "&8|-&e&n Lightness &8-|",
  729. "&8|- &eCrate &8-|"
  730. ]
  731.  
  732. yOffset=0.0
  733.  
  734. entityYOffset=0.0
  735. }
  736. viewType="instant"
  737. viewConfig{
  738. tickDelayMultiplier=1.08
  739. }
  740. previewable=true
  741. useLocalKey=true
  742. localKey {
  743. id="pixelmon:dynamo_badge"
  744. name="&eLightness Crate &8Key"
  745. }
  746. messages {
  747. rejectionNeedKey="&cYou need a &eLightness Crate &8Key &cto use this crate!"
  748. }
  749.  
  750. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement