Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.74 KB | None | 0 0
  1. ##################
  2. #General Settings#
  3. ##################
  4.  
  5. ## Whether or not to log to the console when a player votes.
  6. logToConsole: true
  7.  
  8. ## Whether or not to send a message to a player when they vote.
  9. messagePlayer: true
  10.  
  11. ## Whether or not to broadcast to the server when a player votes.
  12. broadcastToServer: true
  13.  
  14. ## If broadcastToServer is true, should VoteRoulette only
  15. # broadcast to server the votes from currently online players?
  16. onlyBroadcastOnlinePlayerVotes: false
  17.  
  18. ## If broadcastToServer is true, this is the cooldown period (in minutes) before a
  19. # players votes can be broadcasted to the server again. Useful if you have
  20. # many voting sites and are not using a vote threshold.
  21. # Setting to 0 disable this.
  22. broadcastCooldown: 0
  23.  
  24. ## Whether or not to have the periodic reminder enabled
  25. # You can change this reminder in the messages.yml file.
  26. usePeriodicReminder: false
  27.  
  28. ## How often the periodic reminder is broadcasted (in minutes), if enabled.
  29. periodicReminderInterval: 60
  30.  
  31. ## Whether or not to have players notified when 24 hours have passed since their
  32. # last vote.
  33. # You can change this reminder in the messages.yml file.
  34. useTwentyFourHourReminder: false
  35.  
  36. ## Whether or not to only consider a players primary group when doing permission group
  37. # checks for Rewards/Milestones
  38. # Setting this to true helps if you are using inheritance in your permission groups.
  39. onlyConsiderPlayersPrimaryGroup: true
  40.  
  41. ## Set this to true to have players unclaimed Rewards/Milestones auto-claimed
  42. # when they log in and change worlds.
  43. autoClaimAwards: false
  44.  
  45. ## Disable VoteRoulette from saving unclaimed Rewards/Milestones entirely.
  46. # This means that players voting while offline, and
  47. # players in blacklisted worlds will not get their awards.
  48. # This also means Inventory Protection will be disabled and VoteRoulette will attempt
  49. # to throw the items out from the player when their inventory is full.
  50. disableUnclaimedAwards: false
  51.  
  52. ## Disable VoteRoulettes Inventory Protection and instead have items thrown on the ground
  53. # if a players inventory is full
  54. disableInventoryProtection: false
  55.  
  56. ## If you are using a variable amount for an item in Rewards/Milestones, this is the
  57. # global limit that those expressions wont exceed.
  58. # If an amount over 64 is calculated, the item will be split into multiple stacks.
  59. # Set to 0 to disable. (Will give whatever amount is calculated at the time of voting)
  60. variableItemAmountLimit: 0
  61.  
  62. ## Set a limit on the amount of votes per day a player is considered for awards.
  63. # Any votes past this limit will not update stats or give awards for the day.
  64. # This helps prevent users from racking up awards or stats illegitimately.
  65. # Setting to 0 disables this.
  66. voteLimit: 0
  67.  
  68. ## Set which command alias you would like to be used
  69. # when VoteRoulette sends text to players.
  70. # You cannot create a new alias with this, please
  71. # select one of the available options below.
  72. # Options: vr, vtr, voteroulette
  73. defaultCommandAlias: "vr"
  74.  
  75. ## Set the following to false if you do not want VoteRoulette to automatically check
  76. # for updates. (Anyone with "voteroulette.admin" permission will be notified of an
  77. # update on log in)
  78. checkForUpdates: false
  79.  
  80. ## Have VoteRoulette print the various things its doing to the console.
  81. debug: false
  82.  
  83.  
  84. #####################
  85. # Database Settings #
  86. #####################
  87.  
  88. database:
  89. ## Enable the use of a database for VRs backend. Currently only MySQL is supported.
  90. enabled: false
  91. host: 127.0.0.1
  92. port: 3306
  93. database: someName
  94. user: user
  95. password: password
  96.  
  97.  
  98. ################
  99. # GUI Settings #
  100. ################
  101.  
  102. GUI:
  103. awards:
  104. ## Turn on or off the visual representation of rewards/milestones.
  105. guiForAwards: false
  106.  
  107. ## If "guiForAwards" is true, this is
  108. # whether or not to show the commands that will be ran when the player hovers
  109. # their cursor over the command block
  110. showCommands: false
  111.  
  112. ## If "guiForAwards" is true, this is
  113. # whether or not to show the eligible players and perm groups for an award
  114. # when a player hovers their cursor over the details sign
  115. showPlayersAndGroups: false
  116.  
  117. ## If "guiForAwards" is true, this is
  118. # whether or not to show the expression used for a item variable amount
  119. # when a player hovers their cursor over an item that has one
  120. showVariableAmountExpression: false
  121.  
  122. vote-command:
  123. ## Turn on or off the use of fancy links for the vote command
  124. # This feature requires MC 1.7 or higher!
  125. # Fancy links allow you to set placeholder text for links that players can
  126. # click on, instead of the link itself.
  127. # Go to the messages.yml file to see how to create a fancy link.
  128. useFancyLinks: false
  129.  
  130. stats:
  131. ## Turn on or off the use of the Scoreboard when players issue
  132. # the /vr top command.
  133. useScoreboard: true
  134.  
  135. ###################
  136. # Reward Settings #
  137. ###################
  138.  
  139. ## Rewards are what are considered for players every time they vote.
  140. # You can set up multiple Rewards and VoteRoulette will pick one at random when a
  141. # player votes.
  142. #
  143. # Rewards must be created in the awards.yml file.
  144. # You can also use the in-game Award Creator (Type /vr create)!
  145. #
  146. # Visit the Setup Guide on VoteRoulettes Bukkit page for help with
  147. # making Rewards and to learn about what they can do.
  148.  
  149. ## Set the following to true if you want a Reward to be chosen at random
  150. giveRandomReward: false
  151.  
  152. ## If you set the above to false, specify the Reward name you want VoteRoulette
  153. # to give for every vote.
  154. defaultReward: basicpack
  155.  
  156. ## Set the following to true if you only want players to get awarded after they
  157. # vote so many times
  158. # For example, you want them to vote on all your server lists before getting rewarded
  159. # If this is false, players will receive an award every time they vote
  160. giveRewardsOnThreshold: false
  161.  
  162. ## If the above is set to true, this is the number of how many votes till a player
  163. # will receive a Reward
  164. voteThreshold: 5
  165.  
  166. ## If you set any required worlds for Rewards, the following setting will make
  167. # VoteRoulette consider the Rewards that qualify for the world the player is
  168. # currently standing in first, and other worlds last.
  169. considerRewardsForPlayersCurrentWorld: true
  170.  
  171. ## The following setting dictates whether or not VoteRoulette will automatically
  172. # give the player a Reward with vote streak settings when they qualify.
  173. prioritizeVoteStreaks: true
  174.  
  175.  
  176. ######################
  177. # Milestone Settings #
  178. ######################
  179.  
  180. ## Milestones are special rewards that are given after a player has reached so many votes
  181. # They are also created in the awards.yml the same way as Rewards.
  182. # Visit the Setup Guide on VoteRoulettes Bukkit page or use the in-game
  183. # Award Creator (/vr create) for help with making Milestones!
  184.  
  185. ## Set the following to false if you want players to get a regular Reward on
  186. # top of a Milestone when they reach a Milestone.
  187. onlyGiveMilestoneUponCompletion: true
  188.  
  189. ## Set the following to true if you have multiple Milestones with the same vote count
  190. # and you want one randomly chosen when a player reaches them.
  191. # If false, the Milestone with the highest priority will be given!
  192. giveRandomMilestone: false
  193.  
  194. ## If multiple Milestones happen at the same time and some tie for the highest priority,
  195. # the following setting dictates if VoteRoulette will choose a random one
  196. # or use the first one on the list. This is a good way to mix and match the
  197. # functionality of random Milestones but still having the control of priorities.
  198. randomizeTiedHighestPriorityMilestones: false
  199.  
  200. ## If you set any required worlds for Milestones, the following setting will make
  201. # VoteRoulette consider the Milestones that qualify for the world the player is
  202. # currently standing in first, and other worlds last.
  203. considerMilestonesForPlayersCurrentWorld: false
  204.  
  205. ## Turn on or off a random firework that shoots off from the player when they
  206. # complete a Milestone.
  207. randomFireworkOnMilestone: true
  208.  
  209. ##############
  210. # Blacklists #
  211. ##############
  212.  
  213. ## These players will not receive any awards.
  214. blacklistedPlayers:
  215. - Steve
  216. - Herobrine
  217.  
  218. ## Set the following to true to switch the above player blacklist to a whitelist,
  219. # meaning only the players on that list will get awards.
  220. useBlacklistAsWhitelist: false
  221.  
  222. ## Players will not receive Rewards/Milestones in these worlds, ever!
  223. blacklistedWorlds:
  224. - CreativeX64
  225. - CreativeX128
  226. - CreativeX256
  227.  
  228. ## End of config
  229. ##########################################################################################
  230. ## Only disable the following if you know what you are doing.
  231. useUUIDs: true
  232. ## No need to touch this
  233. configVersion: 2.3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement