Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2016
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. # SuperbVote configuration
  2. # A superb vote plugin made by Tux.
  3. #
  4. # https://minecraft.minimum.io/wiki/SuperbVote
  5.  
  6. # Database configuration.
  7. # Currently supported: "json".
  8. storage:
  9. database: json
  10. json:
  11. file: votes.json
  12. mysql:
  13. host: 127.0.0.1
  14. username: root
  15. password: topsecret
  16. database: superbvote
  17. table: votes
  18. read-only: false
  19.  
  20. # General vote configuration.
  21. votes:
  22. # At least this many seconds need to pass before allowing another vote (per-service). This will apply per service.
  23. # Default: 3600 seconds (1 hour)
  24. cooldown-per-service: 3600
  25.  
  26. # Rewards. This is the main section you will need to edit. Ordering is important.
  27. rewards:
  28. # Example of matchers.
  29. - if:
  30. chance: 20
  31. service: PlanetMinecraft
  32. commands:
  33. - give %player% diamond 6
  34. player-message: "&aThanks for meeting nearly impossible conditions, you have been rewarded with &a6 diamonds&b!"
  35. broadcast-message: "&a%player% got really lucky and was rewarded with &a6 diamonds&b!"
  36. # PER SERVICE REWARDS
  37. - if:
  38. chance: 20
  39. commands:
  40. - give %player% diamond 4
  41. player-message: "&bThanks for meeting nearly impossible conditions, you have been rewarded with &a4 diamonds&b!"
  42. broadcast-message: "&a%player% &bgot really lucky and was rewarded with &a4 diamonds&b!"
  43. - if:
  44. chance: 5
  45. commands:
  46. - adjustbonusclaimblocks %player% 150
  47. player-message: "&bYou were lucky and were rewarded with &a150 claimblocks&b!"
  48. broadcast-message: "&a%player% &bgot lucky and was rewarded with &a150 claimblocks&b!"
  49. - if:
  50. chance: 10
  51. commands:
  52. - adjustbonusclaimblocks %player% 300
  53. player-message: "&bYou were lucky and were rewarded with &a300 claimblocks&b!"
  54. broadcast-message: "&a%player% &bgot lucky and was rewarded with &a300 claimblocks&b!"
  55. - if:
  56. chance: 20
  57. commands:
  58. - adjustbonusclaimblocks %player% 500
  59. player-message: "&bYou were lucky and were rewarded with &a500 claimblocks&b!"
  60. broadcast-message: "&a%player% &bgot lucky and was rewarded with &a500 claimblocks&b!"
  61. - if:
  62. chance: 50
  63. commands:
  64. - adjustbonusclaimblocks %player% 1000
  65. player-message: "&bYou were lucky and were rewarded with &a1000 claimblocks&b!"
  66. broadcast-message: "&a%player% &bgot lucky and was rewarded with &a1000 claimblocks&b!"
  67. - if:
  68. chance: 1
  69. commands:
  70. - money give %player% 300
  71. player-message: "&bThanks for voting, you have been rewarded with &a$300&b."
  72. broadcast-message: "&a%player% &bvoted and was rewarded &a$300&b!"
  73. - if:
  74. chance: 1
  75. cumulative-votes: 10
  76. commands:
  77. - pex promote %player% vote
  78. player-message: "&aThanks for voting &b10&a times, you've been promoted to a &9Page&a."
  79. broadcast-message: "&a%player% voted &b10&a times and was promoted to a &9Page&a!"
  80. - if:
  81. chance: 1
  82. cumulative-votes: 20
  83. commands:
  84. - pex promote %player% vote
  85. player-message: "&aThanks for voting &b20&a times, you've been promoted to a &2Squire&a."
  86. broadcast-message: "&a%player% voted &b20&a times and was promoted to a &2Squire&a!"
  87. - if:
  88. chance: 1
  89. cumulative-votes: 35
  90. commands:
  91. - pex promote %player% vote
  92. player-message: "&aThanks for voting &b35&a times, you've been promoted to a &cHerald&a."
  93. broadcast-message: "&a%player% voted &b35&a times and was promoted to a &cHerald&a!"
  94. - if:
  95. chance: 1
  96. cumulative-votes: 50
  97. commands:
  98. - pex promote %player% vote
  99. player-message: "&aThanks for voting &b50&a times, you've been promoted to a &bKnight&a."
  100. broadcast-message: "&a%player% voted &b50&a times and was promoted to a &bKnight&a!"
  101. - if:
  102. chance: 1
  103. cumulative-votes: 150
  104. commands:
  105. - pex promote %player% vote
  106. player-message: "&aThanks for voting &b150&a times, you've been promoted to a &dLord&a."
  107. broadcast-message: "&a%player% voted &b150&a times and was promoted to a &dLord&a!"
  108.  
  109. # Whether or not players need to be online to vote. If set, offline player votes are queued for when the player next logs in.
  110. require-online: false
  111.  
  112. # Broadcast settings:
  113. broadcast:
  114. # Should we broadcast votes at all?
  115. enabled: true
  116.  
  117. # Should we broadcast queued votes?
  118. queued: true
  119.  
  120. # Vote command.
  121. vote-command:
  122. enabled: true
  123. text: |-
  124. Click a link to open the voting page. &b&lPlanetMinecraft: &a&nhttp://bit.ly/1JPag7p&r &b&lMineStatus: &a&nhttp://bit.ly/1KXHX5q&r &b&lMinecraftServerList: &a&nhttp://bit.ly/1HgpgoS&r
  125. # Vote reminder.
  126. vote-reminder:
  127. message: "&cDon't forget to vote for us! You currently have &a%votes%&c votes."
  128. on-join: true
  129. repeat: 1200
  130.  
  131. # Controls the /sv <top/leaderboard> command.
  132. leaderboard:
  133. # Supported: text, scoreboard
  134. display: text
  135.  
  136. # The text format supports pagination.
  137. text:
  138. per-page: 10
  139. header: "&c&m &r&b Top Voters &r&c&m &r"
  140. entry: "&e%num%. &7%player% (&e%votes%&7 votes)"
  141.  
  142. # Control the scoreboard.
  143. scoreboard:
  144. title: Top voters
  145. max: 10
  146.  
  147. # Control top player signs.
  148. top-player-signs:
  149. format:
  150. - "#%num%"
  151. - ""
  152. - "%player%"
  153. - "&l%votes% &rvotes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement