Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- VoteSites:
- # VoteSite key
- # Used for saving data for votesites
- # Use a short name if you can
- # No spaces or dots
- MinecraftServers:
- # Enable voteSite
- # If false, votesite will not be loaded by plugin
- # Default: false
- Enabled: true
- # Display name of voting site
- Name: MinecraftServers
- # Priority of this site
- # Used for sorted list
- # High prority, higher on the list
- Priority: 5
- # If true, voteside will be hidden from some GUI's, similar to being disabled
- Hidden: false
- # The serviceName from the vote, has to be correct to work correctly
- # Gotten from voting on the site (will be in console/log)
- # Usually is the main part of the url(e.g. PlanetMinecraft.com), but not always
- # See console when you vote (it will notify you if the plugin didn't find a votingsite matching the service site
- ServiceSite: MinecraftServers.org
- # vote url for /vote
- # Format for this can be set in Config.yml
- # Do not include colors here
- # If you need to force a url set the url as this:
- # VoteURL: '[Text="ANY TEXT TO CLICK ON HERE",url="URLHERE"]'
- VoteURL: 'https://minecraftservers.org/vote/653568'
- # Time between votes in hours (used for /vote next)
- # Most sites are 24 hours
- VoteDelay: 24
- # Use to have a minute votedelay
- # VoteDelayMin: 30
- # Require waiting until votedelay time has pasted in order to accept vote
- # Recommend: false
- WaitUntilVoteDelay: false
- # Reset vote delay each day (for certain sites that do this)
- # Recommend: false
- VoteDelayDaily: false
- # Offset time for /vote next caculations
- # TimeOffSet: 0
- # If true, rewards can be executed offline (requires ForceOffline to be true in the reward)
- # Setting this to true will execute the reward offline while the player is offline
- # This basiclly disables offline voting if set to true, don't misinterpret this option
- ForceOffline: false
- # VoteSite Material for some GUI's
- # Removing this may result in an error, required on each site
- DisplayItem:
- Material: DIAMOND
- Amount: 1
- # Reward to run when cooldown ends for this votesite
- # Enable PerSiteCoolDownEvents in Config.yml to use this
- # CoolDownEndRewards:
- # Messages:
- # Player: '&aTime to go vote on site1'
- # Rewards to give
- # https://github.com/BenCodez/AdvancedCore/wiki/Rewards
- Rewards:
- # Execute console commands
- Commands:
- Console:
- - 'give %player% diamond 2'
- Messages:
- Player: '§fThank you for voting on §6MinecraftServers!'
- # Site 2 example
- PlanetMinecraft:
- Enabled: true
- Name: PlanetMinecraft
- ServiceSite: PlanetMinecraft.com
- VoteURL: VoteURL: 'https://www.planetminecraft.com/server/a-game-of-thrones-conquest-server/vote/''
- VoteDelay: 24
- DisplayItem:
- Material: DIAMOND
- Amount: 1
- Rewards:
- # Execute console commands
- Commands:
- Console:
- - 'give %player% emerald 2'
- Messages:
- Player: '§fThank you for voting on §6PlanetMinecraft!'
- MinecraftServers_org:
- Enabled: true
- ServiceSite: MinecraftServers.org
- VoteURL: VoteURL
- VoteDelay: 24.0
- DisplayItem:
- Material: GRASS
- Amount: 1
- Rewards:
- Messages:
- Player: '&aThanks for voting on %ServiceSite%!'
- PlanetMinecraft_com:
- Enabled: true
- ServiceSite: PlanetMinecraft.com
- VoteURL: VoteURL
- VoteDelay: 24.0
- DisplayItem:
- Material: GRASS
- Amount: 1
- Rewards:
- Messages:
- Player: '&aThanks for voting on %ServiceSite%!'
- # Reward for any site
- # Similar to AnySiteReward
- # This requires the site to be configured in order to get the reward.
- EverySiteReward: {}
Advertisement
Add Comment
Please, Sign In to add comment