# VoteParty# Creator: Clip & Glare# Contributors: https://github.com/VoteParty/VoteParty/graphs/contributors# Issues: https://github.com/VoteParty/VoteParty/issues# Spigot: https://www.spigotmc.org/resources/987/# Wiki: https://wiki.helpch.at/glares-plugins/voteparty# Discord: https://helpch.at/discordsettings:# The default language of the pluginlanguage: en-US# The prefix of all the messages in the pluginprefix: '&d&lVote&5&lParty &7&l» 'counter:# How often to save the current amount of votes (in seconds)save-interval: 300# Would you like to enable Brigadier command support? (I think it does more than just pretty colors) 1.13+brigadier: false# The hook part of the config allows you to configure which plugins you would like to hook into for votes.# By default, the plugin will utilize NuVotifier and listen for it's vote events.# If you would like to use the plugin without NuVotifier, just disable the hook!# NOTE: Keep in mind that without being hooked into a vote plugin, the plugin will not automatically handle votes.# You will be required to do everything manually.# Over time, more plugins may become supported!hooks:# Would you like to listen to NuVotifier for incoming votes?nuvotifier: truecrate:enabled: truelore:- ''- '&7Place the chest in order to'- '&7to receive rewards!'- ''material: CHESTname: '&d&lVote&5&lParty &f&lCrate'# Configuration for particle effects you can play# throughout different parts of the plugineffects:# Configuration for particles when party commands are being executedparty_commands_execute:enable: trueeffects:- SMOKE_NORMAL- HEARToffsetX: 0.0offsetY: 0.0offsetZ: 0.0speed: 0.1count: 2# Configuration for particles when a party startsparty_start:enable: trueeffects:- SMOKE_NORMAL- HEARToffsetX: 0.0offsetY: 0.0offsetZ: 0.0speed: 0.1count: 2# Configuration for particles when a player votesvote:enable: trueeffects:- SMOKE_NORMAL- HEARToffsetX: 0.0offsetY: 0.0offsetZ: 0.0speed: 0.1count: 2party:# The amount of votes needed for a party to occurvotes_needed: 50# Would you like to use a crate for the rewards?use_crate: false# The list of worlds where party rewards won't be givendisabled_worlds:- ''# Choose to allow offline votes count towards the partyoffline_votes: true# The amount of time (in seconds) the server will wait to start the party after the amount needed has been achievedstart_delay: 15# The amount of time (in seconds) the server will wait between executing reward commandscommand_delay: 1# Configuration for chance rewards to be given during a party.# Add as many commands as you want, set their chance, and choose the max amount a player can earn!reward_commands:enabled: truemax_possible: 1commands:- chance: 50command:- eco give %player_name% 100- eco give %player_name% 50- chance: 50command:- give %player_name% DIAMOND 6- eco give %player_name% 50- chance: 50command:- give %player_name% IRON_INGOT 12- eco give %player_name% 50# Configuration for extra commands to be executed on players who have specific permission nodes when a party happenspermission-rewards:enabled: truepermCommands:- permission: my.special.permissioncommands:- eco give %player_name% 500- eco give %player_name% 50# A list of rewards that will ALWAYS be given to a player during a partyguaranteed_rewards:enabled: truecommands:- eco give %player_name% 10- give %player_name% STEAK 8# Commands to be executed before a party is startedpre_party_commands:enabled: truecommands:- broadcast Party will start soon!# Commands to be executed when a party has startedparty_commands:enabled: truecommands:- broadcast A Vote Party has started!voting:# Configuration for chance rewards to be given for voting.# Add as many commands as you want, set their chance, and choose the max amount a player can earn!per_vote_rewards:enabled: truemax_possible: 1commands:- chance: 50command:- eco give %player_name% 100- eco give %player_name% 50- chance: 70command:- give %player_name% STEAK 10- eco give %player_name% 50# Configuration for extra commands to be executed on players who have specific permission nodespermission-rewards:enabled: truepermCommands:- permission: my.special.permissioncommands:- eco give %player_name% 500- eco give %player_name% 50# A list of rewards that will ALWAYS be given to a player for votingguaranteed_rewards:enabled: truecommands:- eco give %player_name% 10- give %player_name% STEAK 8# A list of commands to run when it's the first time a player has voted (only works for online players)first_time_rewards:enabled: falsecommands:- eco give %player_name% 100- give %player_name% STEAK 10# Configuration for extra commands to be executed on players who voted on a specific website (only works for online players)# Known Service Names:# TopG.com# PlanetMinecraft.com# Minecraft-MP.com# MinecraftServers.org# Minecraft-Server.netvotesite-rewards:enabled: falsevotesiteCommands:- serviceName: TestVotecommands:- eco give %player_name% 500- eco give %player_name% 50# Global commands (such as a broadcast message) to be executed when a player votesglobal_commands:enabled: truecommands:- broadcast %player_name% just voted! Only %voteparty_votes_required_party% more votesuntil a VoteParty!offline_vote_claiming:# Would you like players to be able to claim rewards for offline votes?# Note: They will only be able to get credit for rewards if you have `offline_votes` enabledenabled: false# Would you like to notify the player when they login that they have votes to claim?notify: false# Configuration for extra commands to be executed on players who have voted a specific amount of times in the past day, week, month, year, and all time.cumulative-rewards:daily:enabled: falseentries:- votes: 5commands:- give %player_name% STEAK 10- eco give %player_name% 50weekly:enabled: falseentries:- votes: 5commands:- give %player_name% STEAK 10- eco give %player_name% 50monthly:enabled: falseentries:- votes: 5commands:- give %player_name% STEAK 10- eco give %player_name% 50yearly:enabled: falseentries:- votes: 5commands:- give %player_name% STEAK 10- eco give %player_name% 50total:enabled: falseentries:- votes: 5commands:- give %player_name% STEAK 10- eco give %player_name% 50