Advertisement
Guest User

Untitled

a guest
May 1st, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 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: false
  14. mysql:
  15. enabled: true
  16. host: localhost
  17. port: '3306'
  18. database: ultimatevotes
  19. user: xxxxxxx
  20. pass: xxxxxxx
  21. maintainconnection: true
  22. rewards:
  23. enabled: true
  24. useclaimcommand: true
  25. rewardsbyworld: false
  26. useclaimgui: false
  27. votes:
  28. usingbungeecord: true
  29. loadonstartup: true
  30. autoreloadvotesinterval: 12000
  31. broadcast:
  32. online: true
  33. enabled: true
  34. votereminder:
  35. enabled: false
  36. interval: 15000
  37. disabledworlds:
  38. - exampledisabledworld
  39. joinmessage:
  40. enabled: false
  41. debug:
  42. enabled: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement