Guest User

Untitled

a guest
Nov 8th, 2017
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. # --------------------------------------------------------------------
  2. # Copyright (c) teozfrank 2014 ,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.5
  13. checkforupdates: true
  14. # mysql settings
  15. mysql:
  16. enabled: false
  17. host: 'localhost'
  18. port: '3306'
  19. database: 'HomieBase'
  20. user: 'root'
  21. pass: 'bluedress0'
  22. maintainconnection: true
  23. # reward settings
  24. rewards:
  25. enabled: true
  26. rewardsbyworld: false
  27. claiming:
  28. useclaimcommand: false
  29. rewardonline: false
  30. useclaimgui: false
  31. # vote settings
  32. votes:
  33. usingbungeecord: true
  34. # set loadonstartup to true when you have enabled mysql
  35. loadonstartup: true
  36. autoreloadvotesinterval: 12000
  37. broadcast:
  38. # does the voting player have to be online for the broadcast to take effect?
  39. online: true
  40. # are the vote broadcasts enabled?
  41. enabled: true
  42. votereminder:
  43. enabled: true
  44. interval: 15000
  45. disabledworlds:
  46. - 'exampledisabledworld'
  47. joinmessage:
  48. enabled: true
  49. # debug settings
  50. debug:
  51. enabled: false
Add Comment
Please, Sign In to add comment