Advertisement
Guest User

updated conf

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