Guest User

Untitled

a guest
Jul 29th, 2023
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1.  
  2. VoteSites:
  3. # VoteSite key
  4. # Used for saving data for votesites
  5. # Use a short name if you can
  6. # No spaces or dots
  7. MinecraftServers:
  8. # Enable voteSite
  9. # If false, votesite will not be loaded by plugin
  10. # Default: false
  11. Enabled: true
  12.  
  13. # Display name of voting site
  14. Name: MinecraftServers
  15.  
  16. # Priority of this site
  17. # Used for sorted list
  18. # High prority, higher on the list
  19. Priority: 5
  20.  
  21. # If true, voteside will be hidden from some GUI's, similar to being disabled
  22. Hidden: false
  23.  
  24. # The serviceName from the vote, has to be correct to work correctly
  25. # Gotten from voting on the site (will be in console/log)
  26. # Usually is the main part of the url(e.g. PlanetMinecraft.com), but not always
  27. # See console when you vote (it will notify you if the plugin didn't find a votingsite matching the service site
  28. ServiceSite: MinecraftServers.org
  29.  
  30. # vote url for /vote
  31. # Format for this can be set in Config.yml
  32. # Do not include colors here
  33. # If you need to force a url set the url as this:
  34. # VoteURL: '[Text="ANY TEXT TO CLICK ON HERE",url="URLHERE"]'
  35. VoteURL: 'https://minecraftservers.org/vote/653568'
  36.  
  37. # Time between votes in hours (used for /vote next)
  38. # Most sites are 24 hours
  39. VoteDelay: 24
  40.  
  41. # Use to have a minute votedelay
  42. # VoteDelayMin: 30
  43.  
  44. # Require waiting until votedelay time has pasted in order to accept vote
  45. # Recommend: false
  46. WaitUntilVoteDelay: false
  47.  
  48. # Reset vote delay each day (for certain sites that do this)
  49. # Recommend: false
  50. VoteDelayDaily: false
  51.  
  52. # Offset time for /vote next caculations
  53. # TimeOffSet: 0
  54.  
  55. # If true, rewards can be executed offline (requires ForceOffline to be true in the reward)
  56. # Setting this to true will execute the reward offline while the player is offline
  57. # This basiclly disables offline voting if set to true, don't misinterpret this option
  58. ForceOffline: false
  59.  
  60. # VoteSite Material for some GUI's
  61. # Removing this may result in an error, required on each site
  62. DisplayItem:
  63. Material: DIAMOND
  64. Amount: 1
  65.  
  66. # Reward to run when cooldown ends for this votesite
  67. # Enable PerSiteCoolDownEvents in Config.yml to use this
  68. # CoolDownEndRewards:
  69. # Messages:
  70. # Player: '&aTime to go vote on site1'
  71.  
  72. # Rewards to give
  73. # https://github.com/BenCodez/AdvancedCore/wiki/Rewards
  74. Rewards:
  75. # Execute console commands
  76. Commands:
  77. Console:
  78. - 'give %player% diamond 2'
  79. Messages:
  80. Player: '§fThank you for voting on §6MinecraftServers!'
  81.  
  82. # Site 2 example
  83. PlanetMinecraft:
  84. Enabled: true
  85. Name: PlanetMinecraft
  86. ServiceSite: PlanetMinecraft.com
  87. VoteURL: VoteURL: 'https://www.planetminecraft.com/server/a-game-of-thrones-conquest-server/vote/''
  88. VoteDelay: 24
  89. DisplayItem:
  90. Material: DIAMOND
  91. Amount: 1
  92. Rewards:
  93. # Execute console commands
  94. Commands:
  95. Console:
  96. - 'give %player% emerald 2'
  97. Messages:
  98. Player: '§fThank you for voting on §6PlanetMinecraft!'
  99.  
  100. MinecraftServers_org:
  101. Enabled: true
  102. ServiceSite: MinecraftServers.org
  103. VoteURL: VoteURL
  104. VoteDelay: 24.0
  105. DisplayItem:
  106. Material: GRASS
  107. Amount: 1
  108. Rewards:
  109. Messages:
  110. Player: '&aThanks for voting on %ServiceSite%!'
  111. PlanetMinecraft_com:
  112. Enabled: true
  113. ServiceSite: PlanetMinecraft.com
  114. VoteURL: VoteURL
  115. VoteDelay: 24.0
  116. DisplayItem:
  117. Material: GRASS
  118. Amount: 1
  119. Rewards:
  120. Messages:
  121. Player: '&aThanks for voting on %ServiceSite%!'
  122.  
  123. # Reward for any site
  124. # Similar to AnySiteReward
  125. # This requires the site to be configured in order to get the reward.
  126. EverySiteReward: {}
  127.  
Advertisement
Add Comment
Please, Sign In to add comment