Advertisement
Guest User

UncommonReward

a guest
May 25th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. RandomItem:
  2. SEA_LANTERN:
  3. Material: SEA_LANTERN
  4. Amount: 8
  5. OBSIDIAN:
  6. Material: OBSIDIAN
  7. MinAmount: 8
  8. MaxAmount: 16
  9. DIAMOND:
  10. Material: DIAMOND
  11. Amount: 1
  12. FIREWORK_ROCKET:
  13. Material: FIREWORK_ROCKET
  14. MinAmount: 12
  15. MaxAmount: 24
  16. LAPIS_ORE:
  17. Material: LAPIS_ORE
  18. Amount: 4
  19. COAL:
  20. Material: COAL
  21. MinAmount: 8
  22. MaxAmount: 16
  23. IRON_BLOCK:
  24. Material: IRON_BLOCK
  25. Amount: 4
  26. GOLD_BLOCK:
  27. Material: GOLD_BLOCK
  28. MinAmount: 3
  29. MaxAmount: 4
  30. GLOWSTONE:
  31. Material: GLOWSTONE
  32. Amount: 6
  33. PACKED_ICE:
  34. Material: PACKED_ICE
  35. MinAmount: 12
  36. MaxAmount: 24
  37. BLUE_ICE:
  38. Material: BLUE_ICE
  39. Amount: 12
  40. COOKED_BEEF:
  41. Material: COOKED_BEEF
  42. MinAmount: 16
  43. MaxAmount: 32
  44. SLIME_BLOCK:
  45. Material: SLIME_BLOCK
  46. Amount: 1
  47. NAME_TAG:
  48. Material: NAME_TAG
  49. MinAmount: 1
  50. MaxAmount: 2
  51. SADDLE:
  52. Material: SADDLE
  53. Amount: 1
  54.  
  55. Messages:
  56. Broadcast: '&a%player% &6voted and recieved an &2uncommon &6reward!'
  57.  
  58. Chance: 20
  59. RandomCommand:
  60. - 'give %player% PotionOfRegeneration 1'
  61. - 'give %player% PotionOfHealing 2'
  62. - 'give %player% PotionOfWaterBreathing 1'
  63. - 'give %player% ExperienceBottle 2'
  64.  
  65. # Directly defined reward file. ANY EDITS HERE CAN GET OVERRIDDEN!
  66. DirectlyDefinedReward: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement