Skip to content

DaisyVotes — Placeholders

With PlaceholderAPI installed, DaisyVotes registers an expansion under the identifier daisyvotes. Use these in scoreboards, HUDs, holograms, chat, and tab lists. Values are cached for ~10 seconds, so they never query the database on the main thread.

PlaceholderValue
%daisyvotes_total_votes%Lifetime votes
%daisyvotes_season_votes%Votes since the last season reset — never rolled on a calendar
%daisyvotes_daily_votes%Votes today
%daisyvotes_weekly_votes%Votes this week
%daisyvotes_monthly_votes%Votes this month
PlaceholderValue
%daisyvotes_current_streak%Current streak
%daisyvotes_best_streak%Best streak ever
PlaceholderValue
%daisyvotes_points%Current vote-point balance
%daisyvotes_lifetime_points%Total points ever earned
New in 2.9.0
PlaceholderValue
%daisyvotes_queued_rewards%Rewards waiting in this player’s /vote claim queue

%daisyvotes_queued% is the same number — that’s what it’s called in menus.yml (<queued>), so both spellings resolve.

PlaceholderValue
%daisyvotes_current_votes%Votes toward the next party
%daisyvotes_party_required%Votes needed for a party
%daisyvotes_votes_remaining%Votes left to trigger
%daisyvotes_party_percent%Percent complete (0–100)

Ranked placeholders follow the pattern:

%daisyvotes_top_<scope>_<n>_<field>%
  • <scope>daily · weekly · monthly · alltime
  • <n> — rank number, 1 through your stats.leaderboard-limit (default 10)
  • <field>name or votes
ExampleValue
%daisyvotes_top_weekly_1_name%This week’s #1 voter’s name
%daisyvotes_top_weekly_1_votes%This week’s #1 voter’s vote count
%daisyvotes_top_alltime_3_name%All-time #3 voter’s name

Other plugins’ placeholders inside DaisyVotes

Section titled “Other plugins’ placeholders inside DaisyVotes”
New in 2.8.0

Everything above is DaisyVotes supplying placeholders for other plugins to read. This is the other direction: with PlaceholderAPI installed, DaisyVotes now resolves other plugins’ %placeholder% tokens — %player_name%, %vault_eco_balance%, a rank prefix, anything — written into its own configs. Before 2.8.0 PlaceholderAPI.setPlaceholders was never called, so one of these pasted into a menu lore line or a message printed literally.

It resolves in:

  • Vote-menu item name and lore, on every button and site candle (menus.yml) — see Vote Sites & Menus.
  • Action bars (the vote/leaderboard/streak nudges and the points-earned feedback).
  • /vote and /daisyvotes command replies.
  • A reward’s Message-type value (rewards.yml) — see Reward placeholders.