Advertisement
Guest User

Config

a guest
Aug 3rd, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. ################################
  2. ####RewardVoting Config file####
  3. ################################
  4.  
  5. #WARNING: You CAN'T just put a new sentence in here and think it will work...
  6. #If you found any bugs or have ideas, email me: [email protected]
  7.  
  8. ############################
  9. #Toggle these true or false#
  10. ############################
  11.  
  12. #Set Metrics to 'false' if you don't want to send information about the usage of the plugin to http://mcstats.org/
  13. Metrics: true
  14.  
  15. #Set Update-check to 'false' if you don't want the plugin to check for updates.
  16. update-check: true
  17.  
  18. vault: true
  19. broadcast: true
  20. lucky-vote: false
  21.  
  22. ##############
  23. ##Lucky-Vote##
  24. ##############
  25.  
  26. lucky-item-message: "&0[&6&lRewardVoting&r&0]&r You were extremely lucky and got your items"
  27. lucky-money-message: "&0[&6&lRewardVoting&r&0]&r You were extremely lucky and got $0 !"
  28.  
  29. lucky-item-id: 0
  30. lucky-item-amount: 0
  31.  
  32. #make sure vault is enabled!
  33. lucky-money-amount: 0
  34.  
  35. ###########
  36. ##Rewards##
  37. ###########
  38.  
  39. #A specific item!
  40. itemid1: 234
  41. itemamount1: 5
  42.  
  43. #A specific item!
  44. itemid2: 322
  45. itemamount2: 1
  46.  
  47. #A specific item!
  48. itemid3: 0
  49. itemamount3: 0
  50.  
  51. #A specific item!
  52. itemid4: 0
  53. itemamount4: 0
  54.  
  55. #A specific item!
  56. itemid5: 0
  57. itemamount5: 0
  58.  
  59. #A specific item!
  60. itemid6: 0
  61. itemamount6: 0
  62.  
  63. #A specific potion!
  64. #Replace the 0 at potion1/potion2 with 373 to enable the specific potion!
  65.  
  66. potion1: 0
  67. potionamount1: 0
  68. potionmeta1: 0
  69.  
  70. potion2: 0
  71. potionamount2: 0
  72. potionmeta2: 0
  73.  
  74. #Amount of exp levels a player get for voting!
  75. explevel: 10
  76.  
  77. #Amount of money a player gets for voting!
  78. #Economy plugins that are supported are listed on the Vault site!
  79. money: 100
  80.  
  81. #A specific command! (Example: /msg %s thanks for voting!)
  82. command: ""
  83.  
  84. ##############
  85. ##Vote sites##
  86. ##############
  87.  
  88. #Add colors to the vote sites!
  89.  
  90. votesites:
  91. - "&2http://minecraftservers.org/server/156196"
  92. - "&2http://minecraft-mp.com/server/53661/vote/"
  93. - "&2http://www.minecraft-index.com/26372-blazecraft/vote"
  94. - "&2http://minecraft-server-list.com/server/243995/vote/"
  95. ############
  96. ##Messages##
  97. ############
  98.  
  99. #Add &[colorcode] to the begin of the message to change the code! Only works on the messages below...
  100.  
  101. #Name displayed when you type '/vote'!
  102. votename: "&2&lRewardVoting"
  103.  
  104. #Broadcast message that is displayed when the server hits 100, 200, 300, 400 or more votes! ('%s' = amount of votes)
  105. milestonemessage: "The server just passed %s votes!"
  106.  
  107. #Message displayed to someone who logs into the server!
  108. joinmessage: "&0[&6&lRewardVoting&r&0]&r Don't forget to vote for the server! /vote"
  109.  
  110. #Message that the server broadcasts when someone votes. It is {playername} [Broadcast Message]
  111. #The first '%s' = The name of the voter | The second '%s' = The service name (website the player voted on)
  112. broadcastmessage: "&b%s voted for us on %s and got his &4rewards!"
  113.  
  114. #The message displayed when someone voted when he is offline
  115. offlinemessage: "&b%s voted for us, when he was offline, but queue saved the day!"
  116.  
  117. #Set the message you get when you reloaded the plugin using /vreload
  118. reloadmessage: "&aSuccesfully reloaded the plugin!"
  119.  
  120. #Message shown when a player does /rewardvoting freediamonds
  121. freediamonds: "&4Did you really think you get free diamonds?!"
  122.  
  123.  
  124. ###############################
  125. ####RewardVoting#changelog!####
  126. ###############################
  127. #
  128. # 6.0 (Large update)
  129. #
  130. # + You can give color to the vote sites!
  131. # + You can give color to the votename!
  132. # + Improved /vote (No empty spaces!)
  133. # + Vote queue!
  134. # + Added mcstats
  135. # + Milestone!
  136. # + Change the milestone with '/rv setmilestone [amount]' (OP ONLY)
  137. # + Added player votes!
  138. # + Lucky votes
  139. # + Added some /rv arguments (milestone, setmilestone, totalvotes, votes)
  140. # * Fixed config glitch (When someone votes and config is open)
  141. # * Milestones, totalvotes, playervotes are now in 'voters.yml'
  142. #
  143. # Notes:
  144. # + = Added, - = Removed, * = Fixed/Changed, ! = Planned
  145. #
  146. ###############################
  147. #######End of changelog########
  148. ###############################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement