Advertisement
FiveEYZ

luckyvote

Oct 22nd, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. # luckyvotes section
  2. # The example below would give a 1 in 10 chance of a voter receiving an extra $1000, and a 1 in 50 chance of an extra $1000 and 100XP.
  3.  
  4. luckyvotes:
  5. '10':
  6. broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $20!'
  7. playermessage: '{GREEN}You were lucky and received an extra $20!'
  8. commands:
  9. - '/eco give {username} 20'
  10. - '/give {username} 165 1'
  11.  
  12. '50':
  13. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 100 XP and $50!'
  14. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra $50!'
  15. commands:
  16. - '/eco give {username} 50'
  17. - '/give {username} 165 3'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement