voteSystemEnabled: true ## Enable or disable the voting system
customVoteCommand: "give %player% diamond 1"
## A custom command that runs when a player votes.
## "%player%" will be replaced with the voter's name.
broadcastmessageVoteEnable: true
## Enable or disable the broadcast message when someone votes.
broadcastVote:
- "&aPlayer &e%player% &ahas voted and received a reward!"
- "&bJoin and vote to earn rewards!"
## List of messages broadcasted to all players when someone votes.
## Use "%player%" to display the player's name.
customVoteItems:
item1:
material: "DIAMOND" ## Item type (Minecraft material name)
amount: 2 ## Number of items to give
item2:
material: "GOLDEN_APPLE"
amount: 1
item3:
material: "IRON_SWORD"
amount: 1
enchants:
DAMAGE_ALL: 3 ## Sharpness 3
UNBREAKING: 2 ## Unbreaking 2
## Custom items that players will receive after voting.
## You can specify the material type, amount, and enchantments.
bossBarColor: "PINK" # Boss bar color (valid values: PINK, BLUE, RED, etc.) # Time formatting for the boss bar (or other uses) timeMinuteLabel: "min" # Label to display for minutes timeSecondLabel: "sec" # Label to display for seconds