Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- voting:
- # Configuration for chance rewards to be given for voting.
- # Add as many commands as you want, set their chance, and choose the max amount a player can earn!
- per_vote_rewards:
- enabled: false
- max_possible: 2
- commands:
- - chance: 50
- command: eco give %player_name% 1000000
- - chance: 50
- command: cc give p vote 1 %player_name%
- # Configuration for extra commands to be executed on players who have specific permission nodes
- permission-rewards:
- enabled: false
- permCommands:
- - permission: my.special.permission
- commands:
- - eco give %player_name% 500
- # A list of rewards that will ALWAYS be given to a player for voting
- guaranteed_rewards:
- enabled: true
- commands:
- - eco give %player_name% 1000000
- - cc give p vote 1 %player_name%
- # Global commands (such as a broadcast message) to be executed when a player votes
- global_commands:
- enabled: true
- commands:
- - bc &c%player_name% &7just voted! Only &c%voteparty_votes_required_party% &7more votes
- until a VoteParty!
- offline_vote_claiming:
- # Would you like players to be able to claim rewards for offline votes?
- # Note: They will only be able to get credit for rewards if you have `offline_votes` enabled
- enabled: false
- # Would you like to notify the player when they login that they have votes to claim?
- notify: false
Add Comment
Please, Sign In to add comment