Advertisement
Guest User

VoteSites.yml

a guest
Aug 6th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. VoteSites:
  2. # VoteSite name
  3. PlanetMinecraft:
  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: 'PlanetMinecraft'
  11. # Priority of this site
  12. # Used for sorted list
  13. # High prority, higher on the list
  14. Priority: 5
  15.  
  16. # The serviceName from the vote, has to be correct to work correctly
  17. # Gotten from voting on the site (will be in console/log)
  18. # Usually is the main part of the url(e.g. PlanetMinecraft.com)
  19. ServiceSite: 'PlanetMinecraft.com'
  20.  
  21. # vote url for /vote
  22. # Format for this can be set in Format.yml
  23. # Do not include colors here
  24. VoteURL: 'https://www.planetminecraft.com/server/lunarrealm-4173418/vote/'
  25.  
  26. # Time between votes in hours (used for /vote next)
  27. # Most sites are 24 hours
  28. VoteDelay: 24
  29.  
  30. # Reset vote delay each day (for certain sites that do this)
  31. VoteDelayDaily: false
  32.  
  33. # If true, rewards can be executed offline (requires ForceOffline to be true in the reward)
  34. # Setting this to true will execute the reward offline, NOT WHEN THE PLAYER IS OFFLINE
  35. # This basiclly disables offline voting if set to true, don't misinterpret this option
  36. ForceOffline: false
  37.  
  38. # VoteSite Material for GUI's
  39. # Removing this may result in an error, required on each site
  40. Item:
  41. Material: 'DIAMOND'
  42. Amount: 1
  43.  
  44. # Rewards to give
  45. # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
  46. Rewards:
  47. Commands:
  48. - 'say hello'
  49. Messages:
  50. Player: 'You voted'
  51.  
  52. # VoteSite name
  53. minecraft-mp:
  54. # Enable voteSite
  55. # If false, votesite will not be loaded by plugin
  56. # Default: false
  57. Enabled: true
  58.  
  59. # Display name of voting site
  60. Name: 'minecraft-mp'
  61. # Priority of this site
  62. # Used for sorted list
  63. # High prority, higher on the list
  64. Priority: 5
  65.  
  66. # The serviceName from the vote, has to be correct to work correctly
  67. # Gotten from voting on the site (will be in console/log)
  68. # Usually is the main part of the url(e.g. PlanetMinecraft.com)
  69. ServiceSite: 'minecraft-mp.com'
  70.  
  71. # vote url for /vote
  72. # Format for this can be set in Format.yml
  73. # Do not include colors here
  74. VoteURL: 'https://minecraft-mp.com/server/202434/vote/'
  75.  
  76. # Time between votes in hours (used for /vote next)
  77. # Most sites are 24 hours
  78. VoteDelay: 24
  79.  
  80. # Reset vote delay each day (for certain sites that do this)
  81. VoteDelayDaily: false
  82.  
  83. # If true, rewards can be executed offline (requires ForceOffline to be true in the reward)
  84. # Setting this to true will execute the reward offline, NOT WHEN THE PLAYER IS OFFLINE
  85. # This basiclly disables offline voting if set to true, don't misinterpret this option
  86. ForceOffline: false
  87.  
  88. # VoteSite Material for GUI's
  89. # Removing this may result in an error, required on each site
  90. Item:
  91. Material: 'DIAMOND'
  92. Amount: 1
  93.  
  94. # Rewards to give
  95. # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
  96. Rewards:
  97. Commands:
  98. - 'say hello'
  99. Messages:
  100. Player: 'You voted'
  101.  
  102. # Reward for any site
  103. # Similar to AnySiteReward
  104. # This requires the site to be configured in order to get the reward.
  105. EverySiteReward: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement