Advertisement
Guest User

Untitled

a guest
Apr 13th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. # --------------------------------------------------------------------
  2. # Copyright (c) teozfrank 2014 - 2018 ,All Rights Reserved
  3. # This plugin is a purchase from SpigotMC
  4. # If you did not purchase this please contact the plugin owner
  5. # Distribution of this plugin is against the terms of this plugin.
  6. # --------------------------------------------------------------------
  7. # signwall layout variables
  8. # you can use colour codes here :)
  9. # %postion% the postion in the top 10 voters they are can be a value of 1-10
  10. # %playername% the players name
  11. ultimatevotes:
  12. configversion: 2.7
  13. checkforupdates: true
  14. # mysql settings
  15. mysql:
  16. enabled: true
  17. host: ''
  18. port: ''
  19. database: ''
  20. user: ''
  21. pass: ''
  22. maintainconnection: true
  23. # sqllite settings, you CANNOT have mysql and sqllite enabled, please only enable one or the other.
  24. sqlite:
  25. enabled: false
  26. path: 'ultimatevotes.db'
  27. # reward settings
  28. rewards:
  29. enabled: true
  30. rewardsbyworld: false
  31. cumulativerewards:
  32. rewardbymonthlyvotescount: true #if set to true, the vote count from the monthly votes will be used for cumulative rewards, if set to false, it will use the count of the alltime vote count.
  33. claiming:
  34. useclaimcommand: true
  35. rewardonline: true
  36. useclaimgui: false
  37. # top voters log settings, at the end of the month the top 5 voters are recorded into the database
  38. topvoterslog:
  39. enabled: true
  40. limit: 5
  41. # vote settings
  42. votes:
  43. usingbungeecord: true
  44. # set loadonstartup to true when you have enabled mysql
  45. loadonstartup: true
  46. autoreloadvotesinterval: 12000
  47. broadcast:
  48. # does the voting player have to be online for the broadcast to take effect?
  49. online: true
  50. # are the vote broadcasts enabled?
  51. enabled: true
  52. votereminder:
  53. enabled: true
  54. interval: 15000
  55. disabledworlds:
  56. - 'exampledisabledworld'
  57. joinmessage:
  58. enabled: true
  59. # debug settings
  60. debug:
  61. enabled: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement