Guest User

Untitled

a guest
Jan 3rd, 2017
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1. # ======================================================
  2. #
  3. # ProVotes Version: 1.3.4.5 build: jebuticuraku
  4. # Created by: JC_Plays_MC
  5. #
  6. # ======================================================
  7. #
  8. # This is the ProVotes configuration file where all general settings
  9. # and other plugin toggles will be found. If you have any questions feel free
  10. # to ask me by PM on spigot. Also if you have any feature suggestions
  11. # or anything like that i'm always open to new ideas.
  12. #
  13. # Thank you for supporting this project!
  14. #
  15. # ======================================================
  16. #
  17. # Settings Configuration
  18. #
  19. # ##Whether or not to allow reward claiming on this server
  20. # allow_claiming: true
  21. #
  22. # ##Whether or not to use cumulative rewards
  23. # use_cumulative: true
  24. #
  25. # ##Whether or not to use permission rewards
  26. # use_permission: true
  27. #
  28. # ##Whether or not to use chance rewards
  29. # use_chance: true
  30. #
  31. # ##Whether or not to use weekly rewards
  32. # use_weekly: true
  33. #
  34. # ##Whether or not to use monthly rewards
  35. # use_monthly: true
  36. #
  37. # ##Whether or not to use reminder actions
  38. # use_reminder_actions: true
  39. #
  40. # Whether or not you want to automatically backup your player data
  41. # use_automatic_backups: false
  42. #
  43. # The delay in seconds between data backups
  44. # backup_interval: 60
  45. #
  46. # ##Whether or not to automatically reset vote counts in a new month
  47. # auto_reset_month: true
  48. #
  49. # ##Whether or not to have a running timer that will update online players
  50. # update_database_timer: true
  51. #
  52. # ##Whether or not to send the reminder actions on join if the player hasnt voted
  53. # remind_on_join: true
  54. #
  55. # ##Whether or not to add votes exceeding the max to the players stats
  56. # count_after_max: true
  57. #
  58. # ##The amount of votes the player must accumulate to dismiss the reminder
  59. # reminder_daily_votes: 1
  60. #
  61. # ##The time in seconds between MySQL database force updates for online players
  62. # database_timer_delay: 300
  63. #
  64. # ##The time in seconds between player reminder messages
  65. # reminder_delay: 300
  66. #
  67. # ##The maximum amount of times a player can be rewarded in a day
  68. # max_daily_votes: 0
  69. #
  70. # ##The actions to execute when the player executes the /vote command with no arguments
  71. # vote_command_type: <info / links / rewards>
  72. #
  73. # ##The placeholder format for when the player can vote
  74. # vote_now_format: 'vote now!'
  75. #
  76. # ##The actions to be executed when the player hasnt voted
  77. # reminder_actions:
  78. # - <action>
  79. #
  80. # ##The actions to be executed when a player enters the info command
  81. # info_command_actions:
  82. # - <action>
  83. #
  84. # ##The actions to be executed when a player enters the rewards command
  85. # rewards_command_actions:
  86. # - <action>
  87. #
  88. # ##The actions to be executed when a player enters the links command
  89. # links_command_actions:
  90. # - <action>
  91. #
  92. # ##The only sites that votes will be counted from (optional and requires service name)
  93. # allowed_sites:
  94. # - <service name>
  95. #
  96. # ##The top voters specifc settings
  97. # top_voters:
  98. #
  99. # ##The amount of top voters to be displayed and cached
  100. # amount: 10
  101. #
  102. # ##The time in seconds before the top voters should be updated
  103. # update_delay: 600
  104. #
  105. # ======================================================
  106.  
  107. use_mysql: true
  108. host: 185.62.188.4
  109. port: 3306
  110. database: zonamcco_themist
  111. username: zonamcco_themist
  112. password: D4BTheMistZonaHostingus
  113. allow_claiming: true
  114. use_cumulative: true
  115. use_permission: true
  116. use_chance: true
  117. use_weekly: true
  118. use_monthly: true
  119. use_reminder_actions: true
  120. use_automatic_backups: true
  121. backup_interval: 86400
  122. auto_reset_month: true
  123. update_database_timer: true
  124. remind_on_join: true
  125. count_over_max: true
  126. reminder_daily_votes: 1
  127. database_timer_delay: 60
  128. reminder_delay: 300
  129. max_daily_votes: 0
  130. vote_command_type: links
  131. vote_now_format: vote now!
  132. reminder_actions:
  133. - '[Title] &aYou haven''t voted today!;&f/vote &7for free rewards!'
  134. info_command_actions:
  135. - '[Message] &8&m---------------------------------'
  136. - '[Message] &b&l%player%''s Stats:'
  137. - '[Message] &8&m---------------------------------'
  138. - '[Message] &7Weekly Votes: &a%weekly_votes%'
  139. - '[Message] &7Monthly Votes: &3%monthly_votes%'
  140. - '[Message] &7Total Votes: &6%total_votes%'
  141. - '[Message] &8&m---------------------------------'
  142. - '[Message] &cYou can vote again in: &7%time_until_next_vote%'
  143. - '[Message] &8&m---------------------------------'
  144. rewards_command_actions:
  145. - '[Message] &8&m---------------------------------'
  146. - '[Message] &b&lVoting Rewards:'
  147. - '[Message] &8&m---------------------------------'
  148. - '[Message] &7- &a$&f5,000 &ain-game currency'
  149. - '[Message] &8&m---------------------------------'
  150. links_command_actions:
  151. - '[Message] &8&m---------------------------------'
  152. - '[Message] &c&lVoting Links:'
  153. - '[Message] &8&m---------------------------------'
  154. - '[Message] &6Minecraft Servers &7&l- &fbit.ly/cynicalvote1'
  155. - '[Message] &6Minecraft Server List &7&l- &fbit.ly/cynicalvote2'
  156. - '[Message] &6Minecraft-MP &7&l- &fbit.ly/cynicalvote3'
  157. - '[Message] &6MC-Index &7&l- &fbit.ly/cynicalvote4'
  158. - '[Message] &6Planet Minecraft &7&l- &fbit.ly/cynicalvote6'
  159. - '[Message] &8&m---------------------------------'
  160. allowed_sites: []
Add Comment
Please, Sign In to add comment