Advertisement
Guest User

asdas

a guest
Jul 9th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. rewards {
  2. # Number of random rewards a player will receive.
  3. amount=2
  4. # Possible reward commands for voting.
  5. commands="minecraft:give @p minecraft:cooked_beef 5"
  6. # Mode for giving rewards. Set to 'all' to give one of each, set to 'random' to give 'amount' number of random rewards.
  7. mode=all
  8. money {
  9. # Maximum amount of money a player can get for voting.
  10. maximum=300
  11. # Minimum amount of money a player can get for voting.
  12. minimum=300
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement