Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 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 100 Yenom!'
  7. playermessage: '{GREEN}You were lucky and received an extra 100 Yenom!'
  8. commands:
  9. - '/eco give {username} 100'
  10. '50':
  11. broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra Gold Block!'
  12. playermessage: '{GREEN}You were super lucky and received an {GREEN}extra Gold Block!'
  13. commands:
  14. - '/give {username} 41 1'
  15. '20':
  16. broadcast: '{GREEN}{username} {GOLD}was lucky and received 3 {GREEN}extra Diamonds!'
  17. playermessage: '{GREEN}You were lucky and received 3 {GREEN}extra Diamonds!'
  18. commands:
  19. - '/give {username} 264 3'
  20. '100':
  21. broadcast: '{GREEN}{username} {GOLD}was lucky and received {GREEN}Si7VdeR Head!'
  22. playermessage: '{GREEN}You were lucky and received {GREEN}Si7VdeR Head!'
  23. commands:
  24. - '/give {username} minecraft:skull 1 3 {SkullOwner:Si7VdeR}'
  25. '55':
  26. broadcast: '{GREEN}{username} {GOLD}was lucky and received {GREEN}Custom FireWorks!'
  27. playermessage: '{GREEN}You were lucky and received {GREEN}Custom FireWorks!'
  28. commands:
  29. - '/give {username} 401 5 name:StarryNight color:yellow,orange fade:blue type:star effect:trail,twinkle power:1'
  30. - '/give {username} 401 5 name:SolarWind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power:1'
  31. '54':
  32. broadcast: '{GREEN}{username} {GOLD}was lucky and received {GREEN}500 EXP!'
  33. playermessage: '{GREEN}You were lucky and received {GREEN}500 EXP!'
  34. commands:
  35. - '/exp give {username} 500'
  36. '53':
  37. broadcast: '{GREEN}{username} {GOLD}was lucky and received {GREEN}a Golden Apple!'
  38. playermessage: '{GREEN}You were lucky and received {GREEN}a Golden Apple!'
  39. commands:
  40. - 'give {username} 322 1'
  41. '52':
  42. broadcast: '{GREEN}{username} {GOLD}was lucky and received 10 {GREEN}Bottle o Enchanting!'
  43. playermessage: '{GREEN}You were lucky and received 10 {GREEN}Bottle o Enchanting!'
  44. commands:
  45. - '/give {username} 384 10'
  46. '51':
  47. broadcast: '{GREEN}{username} {GOLD}was lucky and received 64 {GREEN}Steaks!'
  48. playermessage: '{GREEN}You were lucky and received 64 {GREEN}Steaks!'
  49. commands:
  50. - 'give {username} 364 64'
  51.  
  52. # permission reward section
  53. # This example would give players with the permission node "gal.double" 10 Diamonds instead of their regular reward.
  54.  
  55. perms:
  56. double:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement