Advertisement
Guest User

config

a guest
Nov 25th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.36 KB | None | 0 0
  1. # SuperbVote configuration
  2. # A superb vote plugin made by Tux.
  3. #
  4. # https://github.com/minecrafter/SuperbVote/wiki
  5.  
  6. # Database configuration.
  7. storage:
  8. database: json
  9. json:
  10. file: votes.json
  11. mysql:
  12. host: 127.0.0.1
  13. username: root
  14. password: topsecret
  15. database: superbvote
  16. table: votes
  17. read-only: false
  18.  
  19. # General vote configuration.
  20. votes:
  21. # At least this many seconds need to pass before allowing another vote (per-service). This will apply per service.
  22. # Default: 3600 seconds (1 hour)
  23. cooldown-per-service: 0
  24.  
  25. # Whether or not to treat the server as online-mode. This is mostly required for BungeeCord setups.
  26. force-online-mode: true
  27.  
  28. # Whether or not to treat fake votes as real votes
  29. process-fake-votes: true
  30.  
  31. # Rewards. This is the main section you will need to edit. Ordering is important.
  32. rewards:
  33. # Example of matchers.
  34. - if:
  35. chance: 5
  36. commands:
  37. - addcredits %player% 1
  38. - eco give %player% 100
  39. - exp give %player% 25
  40. - cc give physical Vote 1 %player%
  41. - points give %player% 1
  42. - give %player% diamond 16
  43. player-message: "&7You got Bonus &616 Diamonds"
  44. broadcast-message: "&6%player% &7Thanks for voting! &a/vote"
  45. - if:
  46. chance: 6
  47. commands:
  48. - addcredits %player% 1
  49. - eco give %player% 100
  50. - exp give %player% 25
  51. - cc give physical Vote 1 %player%
  52. - points give %player% 1
  53. - effect %player% 3 600 1
  54. - effect %player% 10 600 1
  55. player-message: "&7You got Bonus &610 Minute Haste and Regen Buff"
  56. broadcast-message: "&6%player% &7Thanks for voting! &a/vote"
  57. - if:
  58. chance: 7
  59. commands:
  60. - addcredits %player% 1
  61. - eco give %player% 100
  62. - exp give %player% 25
  63. - cc give physical Vote 1 %player%
  64. - points give %player% 1
  65. - mm items give %player% Relic 1
  66. player-message: "&7You got Bonus &61 Ancient Relic"
  67. broadcast-message: "&6%player% &7Thanks for voting! &a/vote"
  68. - if:
  69. chance: 8
  70. commands:
  71. - addcredits %player% 1
  72. - eco give %player% 100
  73. - exp give %player% 25
  74. - cc give physical Vote 1 %player%
  75. - points give %player% 1
  76. - eco give %player% 1000
  77. player-message: "&7You got Bonus &6$1000"
  78. broadcast-message: "&6%player% &7Thanks for voting! &a/vote"
  79. - if:
  80. chance: 10
  81. commands:
  82. - addcredits %player% 1
  83. - eco give %player% 100
  84. - exp give %player% 25
  85. - cc give physical Vote 1 %player%
  86. - points give %player% 1
  87. - addcredits %player% 10
  88. player-message: "&7You got Bonus &610 McMMO Credits"
  89. broadcast-message: "&6%player% &7Thanks for voting! &a/vote"
  90. - if:
  91. chance: 8
  92. commands:
  93. - addcredits %player% 1
  94. - eco give %player% 100
  95. - exp give %player% 25
  96. - cc give physical Vote 1 %player%
  97. - points give %player% 1
  98. - cc give physical rare 1 %player%
  99. player-message: "&7You got Bonus &6x1 Rare Key"
  100. broadcast-message: "&6%player% &7Thanks for voting! &a/vote"
  101. # Default rewards are defined by having no preconditions. Place it at the bottom of the config.
  102. - if:
  103. commands:
  104. - addcredits %player% 1
  105. - eco give %player% 100
  106. - exp give %player% 25
  107. - cc give physical Vote 1 %player%
  108. - points give %player% 1
  109. player-message: "&7Thanks for voting!"
  110. broadcast-message: "&6%player% &7Thanks for voting! &a/vote"
  111.  
  112. # Whether or not players need to be online to vote. If set, offline player votes are queued for when the player next logs in.
  113. require-online: true
  114.  
  115. # Broadcast settings:
  116. broadcast:
  117. # Should we broadcast votes at all?
  118. enabled: true
  119.  
  120. # Should we tell players if they voted?
  121. message-player: true
  122.  
  123. # Should we broadcast queued votes?
  124. queued: false
  125.  
  126. # Vote command.
  127. # See http://www.minecraftforum.net/forums/minecraft-discussion/redstone-discussion-and/351959-1-9-json-text-component-for-tellraw-title-books
  128. # and https://www.minecraftjson.com for json text format
  129. vote-command:
  130. enabled: true
  131. use-json-text: false
  132. text: |-
  133. &8&m-----------------------------------------------------
  134. &7Vote for us every day for amazing rewards and bonuses!
  135. &7Each &6Vote &7gives you:
  136. &8[&7100%&8] - &6 $100
  137. &8[&7100%&8] - &6 25 Experience points
  138. &8[&7100%&8] - &6 1 Vote Key
  139. &8[&7100%&8] - &6 1 McMMO Credit
  140. &8[&7100%&8] - &6 1 Points
  141. &8&m-----------------------------------------------------
  142. &8[&750%&8] - &6 16x Diamonds
  143. &8[&750%&8] - &6 Haste and Regen Buff
  144. &8[&725%&8] - &6 1x Relic
  145. &8[&725%&8] - &6 $1000
  146. &8[&75%&8] - &6 10 McMMO Credit
  147. &8[&75%&8] - &6 1x Rare Key'
  148. &8*
  149. &7Vote at &6http://luminexmc.com/vote
  150. &8&m-----------------------------------------------------
  151.  
  152. # Vote reminder.
  153. vote-reminder:
  154. message: "&cDon't forget to vote for us! You currently have &a%votes%&c votes."
  155. on-join: false
  156. repeat: 3600
  157.  
  158. # Controls the /sv <top/leaderboard> command.
  159. leaderboard:
  160. # Supported: text, scoreboard
  161. display: text
  162.  
  163. # The text format supports pagination.
  164. text:
  165. per-page: 10
  166. header: "&c&m &r&b Top Voters &r&c&m &r"
  167. entry: "&e%num%. &7%player% (&e%votes%&7 votes)"
  168.  
  169. # Control the scoreboard.
  170. scoreboard:
  171. title: Top voters
  172. max: 10
  173.  
  174. # Control top player signs.
  175. top-player-signs:
  176. format:
  177. - "#%num%"
  178. - ""
  179. - "%player%"
  180. - "&l%votes% &rvotes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement