Advertisement
Guest User

New config rewardvoting5.3

a guest
Dec 4th, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. ################################
  2. ####RewardVoting Config file####
  3. ################################
  4.  
  5. #WARNING: You CANT just put a new sentence in here and think it will work...
  6. #If you have any ideas for rewards please send it to my email: [email protected]
  7.  
  8. #Amount of items a player get for voting!
  9. diamonds: 1
  10. emeralds: 1
  11. goldingots: 1
  12. ironingots: 0
  13. xpbottles: 5
  14. strengthpotions: 1
  15.  
  16. #A specific item!
  17. itemid1: 0
  18. itemamount1: 0
  19.  
  20. #A specific item!
  21. itemid2: 0
  22. itemamount2: 0
  23.  
  24. #A specific item!
  25. itemid3: 0
  26. itemamount3: 0
  27.  
  28. #Amount of money a player get for voting!
  29. money: 100
  30.  
  31. #Message that the server broadcasts when someone voted. it is {playername} [Broadcast Message]
  32. broadcastmessage: "voted for us and got his reward!"
  33.  
  34. #Set the message you get when you reloaded the plugin using /vreload
  35. reloadmessage: "Succesfully reloaded the plugin!"
  36.  
  37.  
  38. ###############################
  39. ####RewardVoting changelog!####
  40. ###############################
  41. # 5.3
  42. #
  43. # Added a strength potion & iron ingots to config.yml
  44. # Added specific items
  45. # Added RewardVoting command (which allows you to do /RewardVoting support:info:reload
  46. # Removed vreload command
  47. # Removed vfr command
  48. # Removed succesmessage
  49. # The plugin now works on CraftBukkit 1.7.2 - R0.1
  50. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement