Advertisement
nikky011

Untitled

Jun 7th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 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="minecraft:crate key Vote @p 1,”
  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=200
  11. # Minimum amount of money a player can get for voting.
  12. minimum=100
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement