Advertisement
Guest User

Untitled

a guest
Jan 31st, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.61 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: mysql
  9. json:
  10. file: votes.json
  11. mysql:
  12. host: 127.0.0.1
  13. username: midas_game
  14. password: 7B3PjYQTrA
  15. database: midascraftdb_
  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: 60
  24.  
  25. # Whether or not to treat the server as online-mode. This is mostly required for BungeeCord setups.
  26. force-online-mode: false
  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. # permission: superbvote.test
  36. # chance: 100
  37. # service: SpecialService
  38. # commands:
  39. # - give %player% 339 1 name:&bHlasovaci_voucher lore:&7Odmena_za_hlasovanie_pre_server_|&c&lMidas&7&lCraft_&7na_serveri|&aCzech-Craft.eu|&6[Collection_item]
  40. # player-message: "&aThanks for meeting nearly impossible conditions, you have been rewarded with 4 diamonds and $1000."
  41. # broadcast-message: "&cHrac &a%player% prave podporil server hlasovanim na &aCzech-Craft.eu&c.Za podporu serveru ziskal &e1 Hlasovaci voucher!"
  42. # Default rewards are defined by having no preconditions. Place it at the bottom of the config.
  43. #- give %player% 371 1 name:&bZlaty_dukat lore:&7Zlaty_dukat_je_vzacne|&7platidlo,_ktore_sluzi_na_uhradu|&7platieb_na_serveri|&e[10_grosov_=_1_dukat]|&c&lMidas&7&lCraft|&6[Collection_item] enchant:unbreaking:1 &e[10 grosov = 1 dukat]|
  44. #- give %player% 339 1 name:&bHlasovaci_voucher lore:&7Odmena_za_hlasovanie_pre_server_|&c&lMidas&7&lCraft_&7na_serveri|&aCzech-Craft.eu|&6[Collection_item] enchant:unbreaking:1 &e[10 grosov = 1 dukat]
  45.  
  46. - if: {}
  47. commands:
  48. - give %player% 339 1 name:&bHlasovaci_voucher lore:&7Odmena_za_hlasovanie_pre_server_|&c&lMidas&7&lCraft_&7na_serveri|&aCzech-Craft.eu|&6[Collection_item]
  49. - give %player% 452 1 name:&bStrieborny_gros lore:&7Strieborny_gros_sluziaci_ako_|&7platidlo_u_questerov,_dungeonov|&7a_na_ziskavanie_dalsich_hernych_itemov|&e[10_grosov_=_1_dukat]|&c&lMidas&7&lCraft|&6[Collection_item] enchant:unbreaking:1 &e[10 grosov = 1 dukat]|
  50. - eco give %player% 100
  51. - give %player% 364 4
  52. player-message: "&aThanks for voting for us on %service%, you have been rewarded with $1000."
  53. broadcast-message: "&8[&eHlasovanie&8] &b%player% &7prave hlasoval za server na &bCzech-Craft.eu&7. Za odmenu ziskal &e1x Hlasovaci voucher&7, &e1x Strieborny gros&7, &e4x Steak&7 a &e100 eur!"
  54. # broadcast-message: "&8[&eHlasovanie&8] &b%player% &7prave hlasoval za server na &bCzech-Craft.eu&7. Za odmenu ziskal &e1x Hlasovaci voucher&7, &e1x Strieborny gros&7, &e4x Steak&7 a &e100 eur!"
  55. - if:
  56. cumulative-votes: 10
  57. commands:
  58. - acb %player% 200
  59. - give %player% emerald 1
  60. broadcast-message: "&a%player% has &624 &avotes. New Rank &6Fighter. &aBonus &6200 &aclaim blocks."
  61. player-message: "&aThanks for voting. You can ise /near and set your own /nick name using color codes."
  62. # - if:
  63. # cumulative-votes: 6
  64. # commands:
  65. # - give {username} 339 1 name:&dSpecialny_hlasovaci_voucher lore:&7Odmena_za_10_hlasovani_za_server_|&c&lMidas&7&lCraft_&7na_serveri|&aCzech-Craft.eu|&6[Collection_item]
  66. # broadcast-message: "&a%player% has &a3 &avotes. New Rank &6Craftsman. &aBonus &6200 &aclaim blocks."
  67. # player-message: "&aThanks for voting on on %service%."
  68. # - if:
  69. # cumulative-votes: 10
  70. # commands:
  71. # - give {username} 339 1 name:&dSpecialny_hlasovaci_voucher lore:&7Odmena_za_10_hlasovani_za_server_|&c&lMidas&7&lCraft_&7na_serveri|&aCzech-Craft.eu|&6[Collection_item]
  72. # player-message: "&aThanks for voting for us on %service%, you have been rewarded with $1000."
  73. # broadcast-message: "&8[&cMidas&7Craft&8] &cHrac &a%player% &cprave podporil server na &aCzech-Craft.eu&c hlasovanim &d10x za sebou&c. Za hlasovanie ziskal &e1 Specialny hlasovaci voucher!"
  74.  
  75. # Whether or not players need to be online to vote. If set, offline player votes are queued for when the player next logs in.
  76. require-online: true
  77.  
  78. # Broadcast settings:
  79. broadcast:
  80. # Should we broadcast votes at all?
  81. enabled: true
  82.  
  83. # Should we tell players if they voted?
  84. message-player: false
  85.  
  86. # Should we broadcast queued votes?
  87. queued: true
  88.  
  89. # Vote command.
  90. # See http://www.minecraftforum.net/forums/minecraft-discussion/redstone-discussion-and/351959-1-9-json-text-component-for-tellraw-title-books
  91. # and https://www.minecraftjson.com for json text format
  92. vote-command:
  93. enabled: false
  94. use-json-text: false
  95. text: |-
  96. Nezabudni za nas server hlasovat na serveri Czech-Craft.eu. Hlasuj na: https://czech-craft.eu/vote?id=17365
  97.  
  98. # Vote reminder.
  99. vote-reminder:
  100. message: "&8[&cMidas&7Craft&8] &cNezabudni hlasovat za nas server. Hlasovanim si ho podporil uz &a%votes%&c-krat."
  101. on-join: true
  102. repeat: 3600
  103.  
  104. # Controls the /sv <top/leaderboard> command.
  105. leaderboard:
  106. # Supported: text, scoreboard
  107. display: text
  108.  
  109. # The text format supports pagination.
  110. text:
  111. per-page: 10
  112. header: "&c&m &r&b Top Voters &r&c&m &r"
  113. entry: "&e%num%. &7%player% (&e%votes%&7 votes)"
  114.  
  115. # Control the scoreboard.
  116. scoreboard:
  117. title: Top voters
  118. max: 10
  119.  
  120. # Control top player signs.
  121. top-player-signs:
  122. format:
  123. - "#%num%"
  124. - ""
  125. - "%player%"
  126. - "&l%votes% &rvotes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement