Files
Below you can see the standard Config.yml and Messages.yml
Config.yml
Settings:
#Enter your server prefix.
Prefix: '&6&lServer'
#Set this to true if you want to enable voteparty and to false to disable.
Enabled: true
#Enter the permission you need if you will use the admin features.
Admin_Permission: voteparty.admin
#Set this to true if you want to enable offline vote and to false to disable.
OfflineVotes: false
#If this is set to true player will receive a reward when they vote on your server.
Per_Vote_Reward: false
Effects:
Fireworks:
#Enter this to true if you want to enable firework effect and to false to disable.
Enabled: false
Sounds:
#Set this to true if you want to enable sounds and to false to disable.
Enabled: true
MissingVotes:
#The name of the sound.
Name: BLOCK_ANVIL_HIT
#The volume of the sound.
Volume: 2
ThanksForVote:
#The name of the sound.
Name: ENTITY_ENDEREYE_LAUNCH
#The volume of the sound.
Volume: 2
VoteParty:
#The name of the sound.
Name: ENTITY_ENDERDRAGON_DEATH
#The volume of the sound.
Volume: 2
VoteLinks:
#The name of the sound.
Name: BLOCK_NOTE_PLING
#The volume of the sound.
Volume: 2
Events:
VoteParty:
#Enter how many people must vote before the voting party starts.
Vote_Requirement: 50
Commands:
#Set this to true if you want to enable commands and to false to disable.
Enabled: false
#Enter the commands to run when the party starts.
List:
- /say hello
- /heal {player}
Rewards:
#Set this to true if you want to enable rewards and to false to disable.
Enabled: true
#Enter rewards that players can receive when they vote on the server.
List:
- ==: org.bukkit.inventory.ItemStack
type: STONE
- ==: org.bukkit.inventory.ItemStack
type: IRON_INGOT
- ==: org.bukkit.inventory.ItemStack
type: STICK
Vote:
Commands:
#Set this to true if you want to enable commands and to false to disable.
Enabled: false
#Enter the commands to run when player vote on the server.
List:
- /say hello
- /heal {player}
#Enter rewards that players can receive when they vote on the server.
Rewards:
- ==: org.bukkit.inventory.ItemStack
type: STONE
damage: 5
- ==: org.bukkit.inventory.ItemStack
type: GOLD_INGOT
- ==: org.bukkit.inventory.ItemStack
type: RAW_FISH
damage: 3
Message.yml
Chat:
#List over custom code you can use in the message below: {Prefix} , {Reward} , {VotePartyCount} , {VoteRequirement}
RewardReceived: '{Prefix} &eYou received &61X {Reward}&e from VoteParty!'
#List over custom code you can use in the message below: {Prefix} , {VotePartyCount} , {VoteRequirement}
VotePartyStatus: '{Prefix} &e{VoteUsername} &egave a vote to the server! &8[&7{VotePartyCount}&8/&7{VoteRequirement}&8]'
Title:
ThanksForVote: '&aThank you for your vote!'
ActionBar:
#List over custom code you can use in the message below: {Prefix} , {VotePartyCount} , {VoteRequirement}
MissingVotes: '&eMissing &6{VotePartyCount}&8/&6{VoteRequirement} &evotes.'
Vote:
#List over custom code you can use in the message below: {Prefix}
LinksMessage:
- '&c▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ &c&lVote Links&c ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬'
- ' &8âž³ &7https://votesite1.com'
- '&c▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ &c&lVote Links&c ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬'
Last updated
Was this helpful?