Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # Reward for any site
- # Similar to AnySiteReward
- # This requires the site to be configured in order to get the reward.
- VoteSites:
- ExampleVoteSite:
- Enabled: false
- ForceOffline: false
- Hidden: false
- Name: ExampleVoteSite
- Priority: 12
- ServiceSite: PlanetMinecraft_com
- VoteDelay: 24
- VoteDelayDaily: false
- VoteURL: "link to vote URL here, used in /vote"
- WaitUntilVoteDelay: false
- DisplayItem:
- Material: DIAMOND
- Amount: 1
- Rewards:
- Commands:
- - say hello
- Messages:
- planetminecraft_com:
- # Enable voteSite
- # If false, votesite will not be loaded by plugin
- # Default: false
- Enabled: true
- # Display name of voting site
- Name: 'planetminecraft'
- # Priority of this site
- # Used for sorted list
- # High prority, higher on the list
- Priority: 1
- # 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: 'planetminecraft_com'
- # vote url for /vote
- # Format for this can be set in Format.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://www.planetminecraft.com/server/piper-survival-3842308/vote/'
- # 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
- # 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
- # Rewards to give
- # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
- Rewards:
- # Execute console commands
- Commands:
- - 'Cr give to %player% vote 1'
- - 'eco give %player% 100'
- # Send player a message
- Messages:
- Player: 'You voted!'
- minecraftservers_org:
- # Enable voteSite
- # If false, votesite will not be loaded by plugin
- # Default: false
- Enabled: true
- # Display name of voting site
- Name: 'minecraftservers_org'
- # Priority of this site
- # Used for sorted list
- # High prority, higher on the list
- Priority: 4
- # 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 Format.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/598293'
- # 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
- # 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
- # Rewards to give
- # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
- Rewards:
- # Execute console commands
- Commands:
- - 'Cr give to %player% vote 1'
- - 'eco give %player% 100'
- # Send player a message
- Messages:
- minecraft-tracker_com:
- # Enable voteSite
- # If false, votesite will not be loaded by plugin
- # Default: false
- Enabled: true
- # Display name of voting site
- Name: 'Minecraft-Tracker_com'
- # Priority of this site
- # Used for sorted list
- # High prority, higher on the list
- Priority: 5
- # 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: 'Minecraft-Tracker_com'
- # vote url for /vote
- # Format for this can be set in Format.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://minecraft-tracker.com/server/5837/vote/'
- # 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
- # 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
- # Rewards to give
- # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
- Rewards:
- # Execute console commands
- Commands:
- - 'Cr give to %player% vote 1'
- - 'eco give %player% 100'
- # Send player a message
- Messages:
- Player: 'You voted!'
- minecraftservers_biz:
- # Enable voteSite
- # If false, votesite will not be loaded by plugin
- # Default: false
- Enabled: true
- # Display name of voting site
- Name: 'minecraftservers_biz'
- # Priority of this site
- # Used for sorted list
- # High prority, higher on the list
- Priority: 3
- # 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_biz'
- # vote url for /vote
- # Format for this can be set in Format.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.biz/servers/143551/#vote_now'
- # 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
- # 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
- # Rewards to give
- # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
- Rewards:
- # Execute console commands
- Commands:
- - 'Cr give to %player% vote 1'
- - 'eco give %player% 100'
- # Send player a message
- Messages:
- Player: 'You voted!'
- minebrowse_com:
- # Enable voteSite
- # If false, votesite will not be loaded by plugin
- # Default: false
- Enabled: true
- # Display name of voting site
- Name: 'Minebrowse_com'
- # Priority of this site
- # Used for sorted list
- # High prority, higher on the list
- Priority: 2
- # 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: 'Minebrowse_com'
- # vote url for /vote
- # Format for this can be set in Format.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://minebrowse.com/server/1088'
- # 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
- # 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
- # Rewards to give
- # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
- Rewards:
- # Execute console commands
- Commands:
- - 'Cr give to %player% vote 1'
- - 'eco give %player% 100'
- # Send player a message
- Messages:
- Player: 'You voted!'
- minecraft_mp:
- # Enable voteSite
- # If false, votesite will not be loaded by plugin
- # Default: false
- Enabled: true
- # Display name of voting site
- Name: 'minecraft_mp'
- # Priority of this site
- # Used for sorted list
- # High prority, higher on the list
- Priority: 6
- # 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: 'minecraft_mp_com'
- # vote url for /vote
- # Format for this can be set in Format.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://minecraft-mp.com/server/272124/vote/'
- # 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
- # 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
- # Rewards to give
- # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
- Rewards:
- # Execute console commands
- Commands:
- - 'Cr give to %player% vote 1'
- - 'eco give %player% 100'
- # Send player a message
- Messages:
- Player: 'You voted!'
- topminecraftservers:
- # Enable voteSite
- # If false, votesite will not be loaded by plugin
- # Default: false
- Enabled: true
- # Display name of voting site
- Name: 'topminecraftservers'
- # Priority of this site
- # Used for sorted list
- # High prority, higher on the list
- Priority: 7
- # 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: 'topminecraftservers'
- # vote url for /vote
- # Format for this can be set in Format.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://topminecraftservers.org/server/2675/'
- # 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
- # 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
- # Rewards to give
- # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
- Rewards:
- # Execute console commands
- Commands:
- - 'Cr give to %player% vote 1'
- - 'eco give %player% 100'
- # Send player a message
- Messages:
- Player: 'You voted!'
- TopG_org:
- # Enable voteSite
- # If false, votesite will not be loaded by plugin
- # Default: false
- Enabled: true
- # Display name of voting site
- Name: 'TopG_org'
- # Priority of this site
- # Used for sorted list
- # High prority, higher on the list
- Priority: 8
- # 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: 'TopG_org'
- # vote url for /vote
- # Format for this can be set in Format.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://topg.org/minecraft-servers/server-607812/'
- # 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
- # 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
- # Rewards to give
- # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
- Rewards:
- # Execute console commands
- Commands:
- - 'Cr give to %player% vote 1'
- - 'eco give %player% 100'
- # Send player a message
- Messages:
- Player: 'You voted!'
- minecraftlist_org:
- # Enable voteSite
- # If false, votesite will not be loaded by plugin
- # Default: false
- Enabled: true
- # Display name of voting site
- Name: 'minecraftList_org'
- # Priority of this site
- # Used for sorted list
- # High prority, higher on the list
- Priority: 9
- # 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: 'MSCL'
- # vote url for /vote
- # Format for this can be set in Format.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://minecraftlist.org/server/7918/'
- # 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
- # 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
- # Rewards to give
- # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
- Rewards:
- # Execute console commands
- Commands:
- - 'Cr give to %player% vote 1'
- - 'eco give %player% 100'
- # Send player a message
- Messages:
- Player: 'You voted!'
- minecraftserverslist:
- # Enable voteSite
- # If false, votesite will not be loaded by plugin
- # Default: false
- Enabled: true
- # Display name of voting site
- Name: 'minecraftserverslist'
- # Priority of this site
- # Used for sorted list
- # High prority, higher on the list
- Priority: 10
- # 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: 'minecraftserverslist'
- # vote url for /vote
- # Format for this can be set in Format.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://minecraft-server-list.com/server/377849//'
- # 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
- # 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
- # Rewards to give
- # https://github.com/Ben12345rocks/AdvancedCore/wiki/Rewards
- Rewards:
- # Execute console commands
- Commands:
- - 'Cr give to %player% vote 1'
- - 'eco give %player% 100'
- # Send player a message
- Messages:
- Player: 'You voted!'
- # 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