Advertisement
Guest User

Untitled

a guest
Mar 7th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. votecrate {
  2. items=[
  3. {
  4. amount=1
  5. chance=5
  6. command="crate blockcrate key @p"
  7. id="minecraft:mossy_cobblestone"
  8. name="§9Block Key"
  9. },
  10. {
  11. amount=1
  12. chance=5
  13. command="crate foodcrate key @p"
  14. id="minecraft:cooked_beef"
  15. name="§9Food Key"
  16. },
  17. {
  18. amount=1
  19. chance=5
  20. command="crate toolcrate key @p"
  21. id="minecraft:diamond_pickaxe"
  22. name="§9Tool Key"
  23. },
  24. {
  25. amount=1
  26. chance=5
  27. command="crate pixelcrate key @p"
  28. id="pixelmon:green_apricorn"
  29. name="§9Pixel Key"
  30. },
  31. {
  32. amount=1
  33. chance=5
  34. command="crate blockcrate key @p"
  35. id="minecraft:mossy_cobblestone"
  36. name="§9Block Key"
  37. },
  38. {
  39. amount=1
  40. chance=5
  41. command="crate foodcrate key @p"
  42. id="minecraft:cooked_beef"
  43. name="§9Food Key"
  44. },
  45. {
  46. amount=1
  47. chance=5
  48. command="crate toolcrate key @p"
  49. id="minecraft:diamond_pickaxe"
  50. name="§9Tool Key"
  51. },
  52. {
  53. amount=1
  54. chance=5
  55. command="crate pixelcrate key @p"
  56. id="pixelmon:green_apricorn"
  57. name="§9Pixel Key"
  58. },
  59. {
  60. amount=1
  61. chance=5
  62. command="crate blockcrate key @p"
  63. id="minecraft:mossy_cobblestone"
  64. name="§9Block Key"
  65. },
  66. {
  67. amount=1
  68. chance=5
  69. command="crate foodcrate key @p"
  70. id="minecraft:cooked_beef"
  71. name="§9Food Key"
  72. },
  73. {
  74. amount=1
  75. chance=5
  76. command="crate toolcrate key @p"
  77. id="minecraft:diamond_pickaxe"
  78. name="§9Tool Key"
  79. },
  80. {
  81. amount=1
  82. chance=5
  83. command="crate pixelcrate key @p"
  84. id="pixelmon:green_apricorn"
  85. name="§9Pixel Key"
  86. },
  87. {
  88. amount=1
  89. chance=5
  90. command="crate blockcrate key @p"
  91. id="minecraft:mossy_cobblestone"
  92. name="§9Block Key"
  93. },
  94. {
  95. amount=1
  96. chance=5
  97. command="crate foodcrate key @p"
  98. id="minecraft:cooked_beef"
  99. name="§9Food Key"
  100. },
  101. {
  102. amount=1
  103. chance=5
  104. command="crate toolcrate key @p"
  105. id="minecraft:diamond_pickaxe"
  106. name="§9Tool Key"
  107. },
  108. {
  109. amount=1
  110. chance=5
  111. command="crate pixelcrate key @p"
  112. id="pixelmon:green_apricorn"
  113. name="§9Pixel Key"
  114. },
  115. {
  116. amount=1
  117. chance=5
  118. command="crate foodcrate key @p"
  119. id="minecraft:cooked_beef"
  120. name="§9Food Key"
  121. },
  122. {
  123. amount=1
  124. chance=5
  125. command="crate toolcrate key @p"
  126. id="minecraft:diamond_pickaxe"
  127. name="§9Tool Key"
  128. },
  129. {
  130. amount=1
  131. chance=5
  132. command="crate shinycrate key @p"
  133. id="pixelmon:poke_ball"
  134. name="§9Shiny Key"
  135. },
  136. {
  137. amount=1
  138. chance=5
  139. command="crate pixelcrate key @p"
  140. id="pixelmon:green_apricorn"
  141. name="§9Pixel Key"
  142. }
  143. ]
  144. # Make sure this looks good everywhere :)
  145. name="§aVote Crate"
  146. # Types will be added in the future, but keeping this as a Spinner will keep your config future proof.
  147. type=Spinner
  148. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement