Advertisement
tmoflash

Untitled

Dec 14th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. VoteSites:
  2. # VoteSite name
  3. MinecraftServers:
  4. # Enable voteSite
  5. # If false, votesite will not be loaded by plugin
  6. # Default: false
  7. Enabled: true
  8.  
  9. # Display name of voting site
  10. Name: 'Minecraft Servers'
  11.  
  12. # Priority of this site
  13. # Used for sorted list
  14. # High prority, higher on the list
  15. Priority: 5
  16.  
  17. # The serviceName from the vote, has to be correct to work correctly
  18. # Gotten from voting on the site (will be in console/log)
  19. # Usually is the main part of the url(e.g. PlanetMinecraft.com)
  20. ServiceSite: 'minecraftservers.org'
  21.  
  22. # vote url for /vote
  23. # Format for this can be set in Format.yml
  24. # Do not include colors here
  25. VoteURL: 'https://minecraftservers.org/search/Corinth'
  26.  
  27. # Time between votes in hours (used for /vote next)
  28. # Most sites are 24 hours
  29. VoteDelay: 24
  30.  
  31. # Require waiting until votedelay time has pasted in order to accept vote
  32. WaitUntilVoteDelay: false
  33.  
  34. # Reset vote delay each day (for certain sites that do this)
  35. VoteDelayDaily: false
  36.  
  37. # If true, rewards can be executed offline (requires ForceOffline to be true in the reward)
  38. # Setting this to true will execute the reward offline while the player is offline
  39. # This basiclly disables offline voting if set to true, don't misinterpret this option
  40. ForceOffline: false
  41.  
  42. # VoteSite Material for GUI's
  43. # Removing this may result in an error, required on each site
  44. Item:
  45. Material: 'DIAMOND'
  46. Amount: 1
  47.  
  48. # Rewards to give
  49. # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
  50. Rewards:
  51. Commands:
  52. - 'items'
  53. Messages:
  54. Player: '&bThank you for voting, enjoy your rewards!'
  55.  
  56. # Reward for any site
  57. # Similar to AnySiteReward
  58. # This requires the site to be configured in order to get the reward.
  59. EverySiteReward: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement