Advertisement
PiggiesGoSqueal

Untitled

Jan 13th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. # --------------------------------------------------------------------------------------------------------- #
  2. # Messages for daily rewards on any voting site.
  3. Messages:
  4. Broadcast: '&a%player% has voted and received 12 Exp Bottles, 1 Iron Ingot, and 1 Cooked Porkchop!'
  5. # --------------------------------------------------------------------------------------------------------- #
  6. # Commands to execute on each vote from any of the voting sites.
  7. #Commands:
  8. # Console:
  9. # - '/give {username} 384 15'
  10. # - '/give {username} 265 1'
  11. # - '/give {username} 320 1'
  12. Items:
  13. Iron_Ingot:
  14. Material: 'IRON_INGOT'
  15. # Item data value (Eg 1:4, data is 4)
  16. Data: 0
  17. # Will only give Amount if min and max amounts are 0
  18. Amount: 1
  19. Grilled_Pork:
  20. Material: 'GRILLED_PORK'
  21. # Item data value (Eg 1:4, data is 4)
  22. Data: 0
  23. # Will only give Amount if min and max amounts are 0
  24. Amount: 1
  25. Exp_Bottle:
  26. Material: 'EXP_BOTTLE'
  27. # Item data value (Eg 1:4, data is 4)
  28. Data: 0
  29. # Will only give Amount if min and max amounts are 0
  30. Amount: 12
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement