Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. votingcrate {
  2. # This line represents the crate id.
  3. items=[
  4. {
  5. amount=1
  6. chance=21
  7. command="give %p pixelmon:rare_candy 6"
  8. id="pixelmon:rare_candy"
  9. name="6 Rare Candies"
  10. },
  11. {
  12. amount=1
  13. chance=17
  14. command="randomlegend %p"
  15. id="pixelmon:poke_ball"
  16. name="A Random Pokemon"
  17. },
  18. {
  19. amount=1
  20. chance=13
  21. command="give %p pixelmon:rare_candy 16"
  22. id="pixelmon:rare_candy"
  23. name="16 Rare Candies"
  24. },
  25. {
  26. amount=1
  27. chance=12
  28. command="eco add %p 7000"
  29. id="pixelmon:marsh_badge"
  30. name="$7k"
  31. },
  32. {
  33. amount=1
  34. chance=9
  35. command="give %p pixelmon:ultra_ball 15"
  36. id="pixelmon:ultra_ball"
  37. name="15 Ultra Balls!"
  38. },
  39. {
  40. amount=1
  41. chance=8
  42. command="eco add %p 10000"
  43. id="pixelmon:marsh_badge"
  44. name="$10k"
  45. },
  46. {
  47. amount=1
  48. chance=7
  49. command="eco add %p 13000"
  50. id="pixelmon:marsh_badge"
  51. name="$13k"
  52. },
  53. {
  54. amount=1
  55. chance=6
  56. command="give %p pixelmon:love_ball 5"
  57. id="pixelmon:love_ball"
  58. name="5 Love Balls!"
  59. },
  60. {
  61. amount=1
  62. chance=5
  63. command="give %p pixelmon:master_ball 1"
  64. id="pixelmon:master_ball"
  65. name="1 Master Ball!"
  66. },
  67. {
  68. amount=1
  69. chance=2
  70. command="randomlegend %p s"
  71. id="pixelmon:poke_ball"
  72. name="Shiny Random Pokemon"
  73. }
  74. ]
  75. name="§a§lVoting Crate"
  76. type=Spinner
  77. }
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement