Advertisement
lowheartrate

ultimatevotes/rewards.yml backup

May 30th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. # --------------------------------------------------------------------
  2. # Copyright (c) teozfrank 2014-2015 ,All Rights Reserved
  3. # This plugin is a purchase from SpigotMC
  4. # If you did not purchase this please contact the plugin owner
  5. # Distribution of this plugin is against the terms of this plugin.
  6. # --------------------------------------------------------------------
  7. # each number is the amount of votes for that command to be performed, you may change this
  8. # to your own liking and there can be unlimited rewards.
  9. # Please do not touch the config version or you will break the plugin!
  10. configversion: 1.4
  11. repeatingrewards:
  12. # default repeating reward used if reward by world is disabled
  13. default:
  14. - '1/2;crate key %player% default;say %player% received a default crate key!'
  15. - '1/10;crate key %player% crazy;say %player% was lucky and received a crazy crate key!'
  16. - '1/100;crate key %player% legendary;say %player% was very lucky and received a legendary crate key!'
  17. - '1/999999999;lp user %player% parent set paladin;say %player% was extremely lucky and earned the paladin donor rank!'
  18. # repeating rewards by world "world" is just an example world name
  19. world:
  20. - 'give %player% 264 1'
  21. rewards:
  22. # these rewards are when a player reaches a certain amount of votes
  23. 10:
  24. - 'crate key %player% default'
  25. - 'say %player% has reached 10 votes & earned a default crate key!'
  26. 25:
  27. - 'crate key %player% default'
  28. - 'crate key %player% default
  29. - 'say %player% has reached 25 votes & earned two default crate keys!'
  30. 50:
  31. - 'crate key %player% crazy'
  32. - 'say %player% has reached 50 votes & received a crazy crate key!'
  33. 100:
  34. - 'crate key %player% crazy'
  35. - 'crate key %player% default'
  36. - 'crate key %player% default'
  37. - 'crate key %player% default'
  38. - 'say %player% has reached 100 votes % received one crazy crate key and 3 default crate keys!'
  39. # these rewards are the same as above but per world if rewards by world are enabled
  40. world:
  41. 10:
  42. - 'give %player% 6 1'
  43. - 'say %player% has reached 10 votes'
  44. 21:
  45. - 'give %player% 260 1'
  46. 29:
  47. - 'give %player% 38 1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement