menus.yml defines your vote sites — each one a candle in the /vote dashboard — plus the titles of the stats and top menus.
DaisyVotes — /vote
🕯 🕯 🕯 🕯 🕯
🕯 Minecraft Servers slot 20 🕯 Planet Minecraft slot 21 🕯 Minecraft MP slot 22 🕯 TopG slot 23 🕯 Best Servers slot 24 The five default sites occupy slots 20–24 of a six-row menu.
display-name : " <gradient:#FFC8DD:#FFF1C1>Minecraft Servers</gradient> "
url : " https://minecraftservers.org/vote/example "
reward-title : " Minecraft Servers Bonus "
name : " <gradient:#FFC8DD:#FFF1C1>Minecraft Servers</gradient> "
- " <#B8C0CC>Your votes here: <#FFFFFF>{site_votes}</#FFFFFF> "
- " <#B8C0CC>Reward: <#FFFFFF>{site_reward_hint}</#FFFFFF> "
- " <#FFFFFF>Click to open the vote link. "
name : " <#B8C0CC>Minecraft Servers "
- " <#B8C0CC>Already voted here today. "
- " <#B8C0CC>Next vote in <#FFFFFF>{cooldown}</#FFFFFF>. "
- " <#B8C0CC>Your streak is protected. "
Key Default Description title"DaisyVotes"The menu title (MiniMessage). rows6Menu height, 1–6. sites(5 sites) The list of vote sites.
Each entry under vote-menu.sites:
Field Required Description id✅ Internal site id. Used for /vote <id>, per-site rewards, and per-site point overrides. Must be unique. slot✅ Inventory slot in the dashboard, 0–53. Must be unique per site. display-name✅ MiniMessage name shown for the site. url✅ The vote page opened when the candle is clicked. item✅ The candle shown when the player can vote (see Item descriptor ). service-aliases— Names that the server list sends to Votifier for this site. This is how an incoming vote is matched to this site. reward-title— A short header shown in reward previews. reward-summary— Extra preview lines (list of strings). voted-item— The candle shown when the player has already voted here (on cooldown). Defaults to a dimmed copy of item.
service-aliases is the important one
DaisyVotes matches an incoming vote to a site by comparing the service name the list sends to Votifier against each site’s id and service-aliases. If they don’t match and you’re in strict mode (sites.require-configured-site: true, the default), the vote is rejected. Always include the exact service name the list uses.
item and voted-item are item descriptors:
Field Description materialA Minecraft material id (e.g. pink_candle, diamond). nameMiniMessage display name. loreA list of MiniMessage lore lines. amountStack size (optional; defaults to 1).
Lore placeholders (replaced per player, per site):
Placeholder Replaced with {site_votes}How many times this player has voted on this site. {site_reward_hint}A short hint of what this site grants. {cooldown}Time remaining until the player can vote here again.
id Slot Candle Service aliases minecraftservers20 pink_candle Minecraft Servers, minecraftservers.orgplanetminecraft21 purple_candle Planet Minecraft, pmcminecraftmp22 yellow_candle Minecraft MP, minecraft-mptopg23 lime_candle TopG, topg.orgbestservers24 light_blue_candle Best Servers, minecraft.buzz
Add: copy an existing entry, give it a unique id and slot, set its url, service-aliases, and item, then /daisyvotes reload. To grant a site-specific bonus, see per-site rewards .
Remove: delete the entry and reload. (If you use the daily wheel , remember that wheel.required-sites clamps to the number of sites you have.)
title : " <gradient:#FFC8DD:#BDE0FE>Your Vote Stats</gradient> "
title : " <gradient:#FFF1C1:#BDE0FE>Top Voters</gradient> "
Key Default Description stats-menu.titleYour Vote StatsTitle of the /vote stats menu. top-menu.titleTop VotersTitle of the /vote top menu.