Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. Vote {
  2. free=false
  3. hologram {
  4. entityYOffset=0.0
  5. lines=[
  6. "&aVote",
  7. "&aCrate"
  8. ]
  9. }
  10. localKey {
  11. id="minecraft:tripwire_hook"
  12. name="&aVote Crate Key"
  13. }
  14. messages {
  15. rejectionNeedKey="&cYou lack the key needed to open this crate!"
  16. }
  17. name=Vote
  18. previewable=true
  19. slots=[
  20. {
  21. chance=13.0
  22. displayItem {
  23. count=32
  24. damage=0
  25. durability=1000000
  26. id="pixelmon:poke_ball"
  27. }
  28. rewards=[
  29. {
  30. type=item
  31. }
  32. ]
  33. },
  34. {
  35. chance=13.0
  36. displayItem {
  37. count=32
  38. damage=0
  39. durability=1000000
  40. id="pixelmon:great_ball"
  41. }
  42. rewards=[
  43. {
  44. type=item
  45. }
  46. ]
  47. },
  48. {
  49. chance=13.0
  50. displayItem {
  51. count=32
  52. damage=0
  53. durability=1000000
  54. id="pixelmon:ultra_ball"
  55. }
  56. rewards=[
  57. {
  58. type=item
  59. }
  60. ]
  61. },
  62. {
  63. chance=13.0
  64. displayItem {
  65. count=32
  66. damage=0
  67. durability=1000000
  68. id="pixelmon:dusk_ball"
  69. }
  70. rewards=[
  71. {
  72. type=item
  73. }
  74. ]
  75. },
  76. {
  77. chance=3.0
  78. displayItem {
  79. count=1
  80. damage=0
  81. durability=1000000
  82. id="pixelmon:master_ball"
  83. }
  84. rewards=[
  85. {
  86. type=item
  87. }
  88. ]
  89. },
  90. {
  91. chance=15.0
  92. displayItem {
  93. count=16
  94. damage=0
  95. id="pixelmon:rare_candy"
  96. }
  97. rewards=[
  98. {
  99. type=item
  100. }
  101. ]
  102. },
  103. {
  104. chance=5
  105. displayItem {
  106. count=1
  107. damage=0
  108. durability=1000000
  109. id="minecraft:nether_star"
  110. name="Legendary Crate Key"
  111. }
  112. rewards=[
  113. {
  114. type="servercommand"
  115. data="hc key legendary %p 1"
  116. }
  117. ]
  118. },
  119. {
  120. chance=5
  121. displayItem {
  122. count=1
  123. damage=0
  124. durability=1000000
  125. id="minecraft:nether_star"
  126. name="Rare Crate Key"
  127. }
  128. rewards=[
  129. {
  130. type="servercommand"
  131. data="hc key rare %p 1
  132. }
  133. ]
  134. },
  135. {
  136. chance=3.0
  137. displayItem {
  138. count=1
  139. damage=0
  140. id="minecraft:yellow_flower"
  141. name="Random Shiny Pokemon
  142. }
  143. rewards=[
  144. {
  145. type=item
  146. data="pokegive %p random shiny"
  147. }
  148. ]
  149. },
  150. {
  151. chance=5.0
  152. displayItem {
  153. count=1
  154. damage=0
  155. id="minecraft:red_flower"
  156. name="Random Pokemon"
  157. }
  158. rewards=[
  159. {
  160. type="servercommand"
  161. data="pokegive %p random"
  162. }
  163. ]
  164. }
  165. ]
  166. useLocalKey=true
  167. viewConfig {
  168. tickDelayMultiplier=1.025
  169. ticksToSelection=75
  170. ticksToSelectionVariance=5
  171. }
  172. viewType=spinner
  173. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement