Guest User

Untitled

a guest
Nov 8th, 2017
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. # Configuration file for UltimateVotesBungee
  2. # Copyright (c) teozfrank 2014 - 2017 ,All Rights Reserved
  3. # This plugin is a purchase from SpigotMC
  4. # If you did not purchase this please contact the owner, distribution of this plugin is against the terms of this plugin.
  5.  
  6. # config version, dont touch this as it will break the plugin!
  7. configVersion: 1.5
  8. # is mysql enabled
  9. MySQLEnabled: true
  10. # mysql host
  11. MySQLHost: localhost
  12. # mysql port
  13. MySQLPort: '3306'
  14. # mysql database
  15. MySQLDatabase: HomieBase
  16. # mysql user
  17. MySQLUser: root
  18. # mysql password
  19. MySQLPass: bluedress0
  20. # Should we prevent vote spam prevention by only broadcasting once for each player? (if enabled)
  21. voteSpamPrevention: false
  22. # The time in minutes that the vote spam prevention clears the players that have already voted, to allow vote broadcasts to be sent for them again.
  23. voteSpamPreventionTimeout: 5
  24. # Should we broadcast a vote message to all servers on the bungeecord instance when a player votes?
  25. broadcastBungee: true
  26. # Should we only broadcast when a player is online?
  27. broadcastOnline: true
  28. # vote broadcast message
  29. broadcastBungeeMessage: '&d%player% &3Voted for the server with &d%service%&3! Use &d''/claim'' &3to claim rewards!'
  30. # vote broadcast hover message
  31. broadcastBungeeHoverMessage: '&3Vote for the server just like &d%player% &3did!'
  32. # vote broadcast hover message
  33. broadcastBungeeClickCommand: vote sites
  34. # Should we broadcast a vote broadcast command to all servers on all bungeecord instances when a player votes? (requires redis bungee installed and configured)
  35. broadcastRedis: true
  36. # vote broadcast message
  37. broadcastRedisCmd: uv broadcast &b%player% &aVoted for the server from &b%service%!
  38. &aUse /claim!
  39. # is debug mode enabled
  40. debugEnabled: false
  41. # Maintain connection to the database?
  42. maintainConnection: true
Add Comment
Please, Sign In to add comment