Guest User

Untitled

a guest
Jun 11th, 2020
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. voting:
  2. # Configuration for chance rewards to be given for voting.
  3. # Add as many commands as you want, set their chance, and choose the max amount a player can earn!
  4. per_vote_rewards:
  5. enabled: false
  6. max_possible: 2
  7. commands:
  8. - chance: 50
  9. command: eco give %player_name% 1000000
  10. - chance: 50
  11. command: cc give p vote 1 %player_name%
  12. # Configuration for extra commands to be executed on players who have specific permission nodes
  13. permission-rewards:
  14. enabled: false
  15. permCommands:
  16. - permission: my.special.permission
  17. commands:
  18. - eco give %player_name% 500
  19. # A list of rewards that will ALWAYS be given to a player for voting
  20. guaranteed_rewards:
  21. enabled: true
  22. commands:
  23. - eco give %player_name% 1000000
  24. - cc give p vote 1 %player_name%
  25. # Global commands (such as a broadcast message) to be executed when a player votes
  26. global_commands:
  27. enabled: true
  28. commands:
  29. - bc &c%player_name% &7just voted! Only &c%voteparty_votes_required_party% &7more votes
  30. until a VoteParty!
  31. offline_vote_claiming:
  32. # Would you like players to be able to claim rewards for offline votes?
  33. # Note: They will only be able to get credit for rewards if you have `offline_votes` enabled
  34. enabled: false
  35. # Would you like to notify the player when they login that they have votes to claim?
  36. notify: false
Add Comment
Please, Sign In to add comment