Advertisement
Guest User

Vote Rewards Config

a guest
Jul 7th, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. rewards {
  2. # Number of random rewards a player will receive.
  3. amount=1
  4. # Possible reward commands for voting.
  5. commands="give @p minecraft:cooked_beef 5,give @p pixelmon:item.Rare_Candy,"
  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=75
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement