Placeholders
Placeholders in config.yml
Supports PlaceholderAPI placeholders
Placeholders in messages.yml
Supports PlaceholderAPI placeholders based on the viewer
Command-linked placeholders
%command%
The command used
%commandDescription%
Description of the (sub)command
%commandPermission%
Permission of the (sub)command
%subcommand%
The subcommand used
%subcommand+args%
Syntax of (sub)command
Contextual Placeholders
The placeholders below are created gradually which means not every single one is available at all times.
Menu Placeholders
Valid for:
/leaderboardmenu
/leaderboardmenuadmin open
%currentPage%
The current page in the menu (works only in title)
%maxPages%
The max pages in the menu (works only in title)
%target%
The menu viewer name
%refreshFrequency%
The specified refresh frequency
%boardName%
The board name
%boardDisplayName%
The board display name
%aliasCommand%
The alias command for the board
%type%
The board type
%scorePrefix%
The score prefix of the board
%scoreSuffix%
The score suffix of the board
%hasCustomItems%
Whether the board has custom items (true/false)
%hasOverriddenLeaderboardPlayerItem%
Whether the board has overridden the leaderboard player item (true/false)
%totalEntries%
Total leaderboard players in the menu
%totalScore% %totalScorePretty% %totalScoreFormatted% %totalScoreFormattedUppercase%
Total score of the board
%topPlayerName% %topPlayerScore% %topPlayerScorePretty% %topPlayerScoreFormatted% %topPlayerScoreFormattedUppercase%
Placeholders for the top player. If doesn't exist, "N/A"
%bottomPlayerName% %bottomPlayerScore% %bottomPlayerScorePretty% %bottomPlayerScoreFormatted% %bottomPlayerScoreFormattedUppercase%
Placeholders for the bottom player. If doesn't exist, "N/A"
%viewerScore% %viewerScorePretty% %viewerScoreFormatted% %viewerScoreFormattedUppercase%
Placeholders for the viewer player. If doesn't exist, "N/A"
These placeholders are pretty much usable anywhere.
Leaderboard Player Specific Placeholders
%position%
Position of the player in the leaderboard
%playerName%
Name of the player
%uuid%
UUID of the player
%score%
Score format: 19288.0
%scorePretty%
Score format: 19288
%scoreFormatted%
Score format: 19,29k
%scoreFormattedUppercase%
Score format: 19,29K
%scoreFormattedSeconds%
Score (in seconds) converted into y, mo, d, h, s
%scoreFormattedMinutes%
Score (in minutes) converted into y, mo, d, h, s
%scoreFormattedHours%
Score (in hours) converted into y, mo, d, h, s
%scoreFormattedDays%
Score (in days) converted into y, mo, d, h, s
The placeholders from Menu Placeholders are usable here as well.
Update Checker Placeholders
The placeholders you can use in messages.yml
%oldVersion%
The old plugin version
%newVersion%
The new plugin version
%checkDuration%
Time taken to check for update
Last updated