Skip to content

DaisyVotes — Messages & MiniMessage

Every piece of chat and action-bar text lives under messages: in config.yml. All of it supports MiniMessage formatting and {…} placeholders.

DaisyVotes uses MiniMessage, Adventure’s modern text format:

TagEffect
<#FFC8DD>textHex color
<gradient:#FFC8DD:#BDE0FE>text</gradient>Gradient across the text
<bold> <italic> <underlined>Styles
<click:run_command:'/vote'>text</click>Run a command on click
<click:open_url:'{url}'>text</click>Open a URL on click
<hover:show_text:'…'>text</hover>Tooltip on hover
<prefix>Inserts your configured prefix
config.yml
messages:
prefix: "<#B8C0CC>[<gradient:#FFC8DD:#BDE0FE>DaisyVotes</gradient><#B8C0CC>]</#B8C0CC>"
vote-received: "<prefix> <gradient:#FFC8DD:#BDE0FE>{player}</gradient> <#B8C0CC>voted on <#FFF1C1>{site}</#FFF1C1><#B8C0CC> and earned rewards."
KeyPurposePlaceholders
prefixPrefix inserted by <prefix>.
vote-receivedBroadcast when a player votes.{player}, {site}
party-progressVote-party progress broadcast.{party_current}, {party_required}
party-triggeredBroadcast when a party unlocks.{party_required}
rewards-queuedShown on join when offline rewards are waiting.
rewards-claimedConfirmation after /vote claim.{reward_count}
no-queued-rewardsShown when nothing is queued.
login-reminderClickable “you haven’t voted” message on join.
actionbar-reminderThe periodic action-bar nudge.
streak-milestoneBroadcast when a player hits a streak milestone.{player}, {streak}
leaderboard-envy”X votes behind the next player” nudge.{behind}, {next_name}, {next_rank}
reload-completeConfirmation after /daisyvotes reload.
site-linkThe clickable single-site vote link (/vote <site>).{site}, {url}
admin-force-partyConfirmation after /daisyvotes forceparty.
invalid-siteError for an unknown site name.
wheel-spin-earnedShown when a daily wheel spin is earned.
no-wheel-spinsShown when a player has no spins yet.
wheel-reward-wonShown when a wheel prize is won.{reward}
points-balance/vote points output.{player}, {points}
points-earnedThe “+N vote points” feedback on a vote.{points}, {balance}
shop-purchasedConfirmation of a shop purchase.{item}, {cost}, {points}
shop-insufficient-pointsNot enough points to buy.{cost}, {points}
shop-daily-limit-reachedDaily purchase limit hit.{item}
shop-no-permissionPlayer lacks the item’s permission.
points-updatedConfirmation after an admin points adjustment.{player}, {points}