Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.48 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. # Once you've configured SuperbVote, add it to our official server list, CraftServers.net:
  7. # Official server list: https://www.craftservers.net/
  8.  
  9. # Database configuration.
  10. storage:
  11. database: mysql
  12. json:
  13. file: votes.json
  14. mysql:
  15. host: 127.0.0.1
  16. username: root
  17. password: SG6jRHbf-3!hb^L3M@p52m5F@fy
  18. database: superbvote
  19. table: votes
  20. read-only: false
  21.  
  22. # General vote configuration.
  23. votes:
  24.  
  25. # Whether or not to count fake votes
  26. process-fake-votes: true
  27.  
  28. # Rewards. This is the main section you will need to edit. Ordering is important.
  29. rewards:
  30. # Example of matchers. See https://github.com/minecrafter/SuperbVote/wiki/Configuration#if for a full list of available
  31. # matchers.
  32. - if:
  33. permission: superbvote.copper
  34. chance-percentage: 0.1
  35. commands:
  36. - mi load Custom copper %player%
  37. player-message: "&aThanks for meeting nearly impossible conditions, you have been rewarded with 4 diamonds and $1000."
  38. broadcast-message: "&6&lHlasuj &8❘ &f%player% &7mel stesti a &7ziskal &6&lVOUCHER&7 &4&o/hlasuj"
  39. # Default rewards are defined by having no preconditions. Place it at the bottom of the config.
  40. - if:
  41. permission: superbvote.repair
  42. chance-percentage: 100.0
  43. commands:
  44. - cmi give %player% 364 12
  45. - crazycrates give P Basic 1 %player%
  46. - cmi give %player% 264 2
  47. - cmi give %player% 384 64
  48. - mi load Custom pvpcoin %player% 1
  49. - cmi give %player% 2266 n &2&lR&2epair
  50. player-message: "&aThanks for meeting nearly impossible conditions, you have been rewarded with 4 diamonds and $1000."
  51. broadcast-message: "&6&lHlasuj &8❘ &f%player% &7ziskal &6odmenu&7 za hlasovani! &4&o/hlasuj"
  52. # Default rewards are defined by having no preconditions. Place it at the bottom of the config.
  53. - if:
  54. default: true
  55. commands:
  56. - cmi give %player% 364 12
  57. - crazycrates give P Basic 1 %player%
  58. - cmi give %player% 264 1
  59. - cmi give %player% 384 64
  60. - mi load Custom pvpcoin %player% 1
  61. player-message: "&aThanks for voting for us on %service%, you have been rewarded with $1000."
  62. broadcast-message: "&6&lHlasuj &8❘ &f%player% &7ziskal &6odmenu&7 za hlasovani! &4&o/hlasuj"
  63.  
  64.  
  65. # Broadcast settings:
  66. broadcast:
  67. # Should we broadcast votes at all?
  68. enabled: true
  69.  
  70. # Should we tell players if they voted?
  71. message-player: true
  72.  
  73. # Should we broadcast queued votes?
  74. queued: true
  75.  
  76. # Vote command.
  77. # See http://www.minecraftforum.net/forums/minecraft-discussion/redstone-discussion-and/351959-1-9-json-text-component-for-tellraw-title-books
  78. # and https://www.minecraftjson.com for json text format
  79. vote-command:
  80. enabled: false
  81. use-json-text: false
  82. text: |-
  83. You could vote for us, but the owner forgot to add the list of websites to vote at!
  84.  
  85. # Vote reminder.
  86. vote-reminder:
  87. message: "&6&lHlasuj &8❘ &7Nezapomen hlasovat kazdé &c&l2 &7hodiny!"
  88. on-join: false
  89. repeat: 180
  90.  
  91. gather-remind:
  92. enable: false
  93. message: "&cDon't forget to father your votes. /sv gather"
  94.  
  95. gather-gui:
  96. title: "&c&lOFFLINE &0Vyber svojí odmenu!"
  97.  
  98. # Controls the /sv <top/leaderboard> command.
  99. leaderboard:
  100. # Supported: text, scoreboard
  101. display: text
  102.  
  103. # The text format supports pagination.
  104. text:
  105. per-page: 10
  106. header: "&c&m &r&b Top Voters &r&c&m &r"
  107. entry: "&e%num%. &7%player% (&e%votes%&7 votes)"
  108. page: "&7(page %page%/%total%)"
  109.  
  110. # Control the scoreboard.
  111. scoreboard:
  112. title: Top voters
  113. max: 10
  114.  
  115. # Control top player signs.
  116. top-player-signs:
  117. format:
  118. - "#%num%"# SuperbVote configuration
  119. # A superb vote plugin made by Tux.
  120. #
  121. # https://github.com/minecrafter/SuperbVote/wiki
  122.  
  123. # Once you've configured SuperbVote, add it to our official server list, CraftServers.net:
  124. # Official server list: https://www.craftservers.net/
  125.  
  126. # Database configuration.
  127. storage:
  128. database: mysql
  129. json:
  130. file: votes.json
  131. mysql:
  132. host: 127.0.0.1
  133. username: root
  134. password: SG6jRHbf-3!hb^L3M@p52m5F@fy
  135. database: superbvote
  136. table: votes
  137. read-only: false
  138.  
  139. # General vote configuration.
  140. votes:
  141.  
  142. # Whether or not to count fake votes
  143. process-fake-votes: true
  144.  
  145. # Rewards. This is the main section you will need to edit. Ordering is important.
  146. rewards:
  147. # Example of matchers. See https://github.com/minecrafter/SuperbVote/wiki/Configuration#if for a full list of available
  148. # matchers.
  149. - if:
  150. permission: superbvote.copper
  151. chance-percentage: 0.1
  152. commands:
  153. - mi load Custom copper %player%
  154. player-message: "&aThanks for meeting nearly impossible conditions, you have been rewarded with 4 diamonds and $1000."
  155. broadcast-message: "&6&lHlasuj &8❘ &f%player% &7mel stesti a &7ziskal &6&lVOUCHER&7 &4&o/hlasuj"
  156. # Default rewards are defined by having no preconditions. Place it at the bottom of the config.
  157. - if:
  158. permission: superbvote.repair
  159. chance-percentage: 100.0
  160. commands:
  161. - cmi give %player% 364 12
  162. - crazycrates give P Basic 1 %player%
  163. - cmi give %player% 264 2
  164. - cmi give %player% 384 64
  165. - mi load Custom pvpcoin %player% 1
  166. - cmi give %player% 2266 n &2&lR&2epair
  167. player-message: "&aThanks for meeting nearly impossible conditions, you have been rewarded with 4 diamonds and $1000."
  168. broadcast-message: "&6&lHlasuj &8❘ &f%player% &7ziskal &6odmenu&7 za hlasovani! &4&o/hlasuj"
  169. # Default rewards are defined by having no preconditions. Place it at the bottom of the config.
  170. - if:
  171. default: true
  172. commands:
  173. - cmi give %player% 364 12
  174. - crazycrates give P Basic 1 %player%
  175. - cmi give %player% 264 1
  176. - cmi give %player% 384 64
  177. - mi load Custom pvpcoin %player% 1
  178. player-message: "&aThanks for voting for us on %service%, you have been rewarded with $1000."
  179. broadcast-message: "&6&lHlasuj &8❘ &f%player% &7ziskal &6odmenu&7 za hlasovani! &4&o/hlasuj"
  180.  
  181.  
  182. # Broadcast settings:
  183. broadcast:
  184. # Should we broadcast votes at all?
  185. enabled: true
  186.  
  187. # Should we tell players if they voted?
  188. message-player: true
  189.  
  190. # Should we broadcast queued votes?
  191. queued: true
  192.  
  193. # Vote command.
  194. # See http://www.minecraftforum.net/forums/minecraft-discussion/redstone-discussion-and/351959-1-9-json-text-component-for-tellraw-title-books
  195. # and https://www.minecraftjson.com for json text format
  196. vote-command:
  197. enabled: false
  198. use-json-text: false
  199. text: |-
  200. You could vote for us, but the owner forgot to add the list of websites to vote at!
  201.  
  202. # Vote reminder.
  203. vote-reminder:
  204. message: "&6&lHlasuj &8❘ &7Nezapomen hlasovat kazdé &c&l2 &7hodiny!"
  205. on-join: false
  206. repeat: 180
  207.  
  208. gather-remind:
  209. enable: false
  210. message: "&cDon't forget to father your votes. /sv gather"
  211.  
  212. gather-gui:
  213. title: "&c&lOFFLINE &0Vyber svojí odmenu!"
  214.  
  215. # Controls the /sv <top/leaderboard> command.
  216. leaderboard:
  217. # Supported: text, scoreboard
  218. display: text
  219.  
  220. # The text format supports pagination.
  221. text:
  222. per-page: 10
  223. header: "&c&m &r&b Top Voters &r&c&m &r"
  224. entry: "&e%num%. &7%player% (&e%votes%&7 votes)"
  225. page: "&7(page %page%/%total%)"
  226.  
  227. # Control the scoreboard.
  228. scoreboard:
  229. title: Top voters
  230. max: 10
  231.  
  232. # Control top player signs.
  233. top-player-signs:
  234. format:
  235. - "#%num%"
  236. - ""
  237. - "%player%"
  238. - "&l%votes% &rvotes"
  239.  
  240. - ""
  241. - "%player%"
  242. - "&l%votes% &rvotes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement