Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. Basic {
  2. cooldownSeconds=3600
  3. effects {
  4. idle {
  5. particles=[
  6. {
  7. animationPreset=counterorbit
  8. type="minecraft:redstone_dust",
  9. colorAnimationPreset="rainbow"
  10. },
  11. {
  12. animationPreset=orbit
  13. color=[
  14. 255,
  15. 0,
  16. 0
  17. ]
  18. type="minecraft:redstone_dust"
  19. }
  20. ]
  21. }
  22. }
  23. free=true
  24. hologram {
  25. lines=[
  26. "&bBasic Crate"
  27. "&6Free every hour!"
  28. ]
  29. }
  30. name="&bBasic Crate"
  31. localKey {
  32. id="minecraft:nether_star"
  33. name="&bBasic Crate Key"
  34. }
  35. slots=[
  36. {
  37. chance=1.0
  38. displayItem {
  39. count=1
  40. id="minecraft:dirt"
  41. name=Basic
  42. }
  43. rewards=[
  44. {
  45. data="give %p pixelmon:poke_ball 10"
  46. type=servercommand
  47. },
  48. {
  49. data="give %p pixelmon:great_ball 5"
  50. type=servercommand
  51. },
  52. {
  53. data="give %p pixelmon:rare_candy 5"
  54. type=servercommand
  55. },
  56. {
  57. data="give %p pixelmon:super_potion 5"
  58. type=servercommand
  59. },
  60. {
  61. data="&2You were given %a Basic Reward from the &bBasic Crate&2!"
  62. type=usermessage
  63. }
  64. ]
  65. }
  66. ]
  67. useLocalKey=true
  68. previewable=false
  69. messages {
  70. rejectionNeedKey="&cYou need {key.0.amountRequired} {key.0.name}&c to use this crate."
  71. }
  72. viewType=instant
  73. },
  74. VIP {
  75. cooldownSeconds=86400
  76. effects {
  77. idle {
  78. particles=[
  79. {
  80. animationPreset=counterorbit
  81. type="minecraft:redstone_dust",
  82. colorAnimationPreset="rainbow"
  83. },
  84. {
  85. animationPreset=orbit
  86. color=[
  87. 255,
  88. 0,
  89. 0
  90. ]
  91. type="minecraft:redstone_dust"
  92. }
  93. ]
  94. }
  95. }
  96. free=true
  97. hologram {
  98. lines=[
  99. "&2VIP Crate"
  100. "&aClaim every day!"
  101. ]
  102. }
  103. name="&2VIP Crate"
  104. localKey {
  105. id="minecraft:nether_star"
  106. name="&bBasic Crate Key"
  107. }
  108. slots=[
  109. {
  110. chance=1.0
  111. displayItem {
  112. count=1
  113. id="minecraft:dirt"
  114. name=VIP
  115. }
  116. rewards=[
  117. {
  118. data="give %p pixelmon:ultra_ball 10"
  119. type=servercommand
  120. },
  121. {
  122. ddata="give %p pixelmon:great_ball 5"
  123. type=servercommand
  124. },
  125. {
  126. data="give %p pixelmon:rare_candy 10"
  127. type=servercommand
  128. },
  129. {
  130. data="give %p pixelmon:temple_pillar 5"
  131. type=servercommand
  132. },
  133. data="&2You were given a %aVIP Reward from the &aVIP Crate&2!"
  134. type=usermessage
  135. }
  136. ]
  137. }
  138. ]
  139. useLocalKey=true
  140. previewable=false
  141. messages {
  142. rejectionNeedKey="&cYou need {key.0.amountRequired} {key.0.name}&c to use this crate."
  143. }
  144. viewType=instant
  145. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement