Advertisement
Guest User

Untitled

a guest
Mar 25th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. #A specific potion!
  2. #Replace the 0 at potion1/potion2 with 373 to enable the specific potion!
  3. potion2: 0
  4. potionamount2: 0
  5. potionmeta2: 0
  6.  
  7. #Amount of exp levels a player get for voting!
  8. explevel: 0
  9.  
  10. #Amount of money a player get for voting!
  11. #Economy plugin supported are listed at the Vault site!
  12. money: 2000
  13.  
  14. ###Messages###
  15.  
  16. #A specific command! (Like: msg %s thanks for voting!)
  17. command:""
  18.  
  19. #Vote sites
  20. votesite1: "http://knightfallmc.enjin.com/forum/m/20051322/viewthread/11795206-easy-voting/page/1"
  21. votesite2: ""
  22. votesite3: ""
  23. votesite4: ""
  24. votesite5: ""
  25. votesite6: ""
  26. votesite7: ""
  27. votesite8: ""
  28. votesite9: ""
  29.  
  30. #Name displayed when you do /vote !
  31. votename: "RewardVoting"
  32.  
  33. #Message displayed to someone who joined when he voted offline.
  34. queuedmessage: "You voted when you was offline! here are you rewards!"
  35.  
  36. #Message displayed to someone who just joined!
  37. joinmessage: "&5 Don't forget to vote for the server!"
  38.  
  39. #Add &[colorcode] to the begin of the message to change the code! Only works on the messages below
  40.  
  41. #Message that the server broadcasts when someone voted. it is {playername} [Broadcast Message]
  42. #The first %s = The name of the voter | The second %s = The service name (website the player voted on)
  43. broadcastmessage: "&b%s voted for us on %s, good job!"
  44.  
  45. #The message displayed when someone voted when he is offline
  46. offlinemessage: "&b%s voted for us, when he was offline!"
  47.  
  48. #Set the message you get when you reloaded the plugin using /vreload
  49. reloadmessage: "&aSuccesfully reloaded the plugin!"
  50.  
  51. #Message shown when a player does /rewardvoting freediamonds
  52. freediamonds: "&4Did you really think you get free diamonds?!"
  53.  
  54. ###############################
  55. ####RewardVoting changelog!####
  56. ###############################
  57. #
  58. # 5.8 (Big update)
  59. #
  60. # + a sound for voting! (Check it out!)
  61. # + possibility to change the [RewardVoting] text in /vote command
  62. # + /rvreload (Reload the config file)
  63. # + permission for using /rvreload (permission node = rewardvoting.reload)
  64. # + POP sound that plays when someone vote
  65. # + The plugin now tracks who voted in a file! (voters.yml)
  66. # + Improvements for the commands
  67. # + Added total player votes (Counts how many votes the server have!)
  68. # * FIXED: Console spammed with giving user air
  69. # - Some commands like /rv support!
  70. #
  71. # Notes:
  72. # + = Added, - = Removed, * = Fixed/Changed
  73. # Vote queue isn't here yet! but it will be soon!
  74. #
  75. ###############################
  76. #######End of changelog########
  77. ###############################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement