Advertisement
Guest User

Untitled

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