Advertisement
Guest User

UncommonReward2

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