đŸ”ĸPlaceholders

Global placeholders

Supports PlaceholderAPI placeholders in most of the config and all of messages.yml

Internal placeholders

PlaceholderDescription

%board%

If in "menu.title", the beautified leaderboard name The default leaderboard name

%boardBeautified%

The beautified leaderboard name

%timedType%

alltime, hourly, daily, weekly, monthly, yearly

%position%

Position in the leaderboard

%playerName%

Name of the player in the leaderboard Scope: "menu.leaderboard_player"

%score%

Score format: 19288.0 Scope: "menu.leaderboard_player"

%scorePretty%

Score format: 19288 Scope: "menu.leaderboard_player"

%scoreFormatted%

Score format: 19,29k Scope: "menu.leaderboard_player"

%currentPage%

Current menu page Scope: "menu.title"

%maxPages%

Max menu pages Scope: "menu.title"

%prefix%

Message from "prefix" Scope: messages.yml

%command%

Command used Scope: messages.yml/no-arguments

%subcommand%

Subcommand used Scope: messages.yml general.subcommand-does-not-exist

%subcommand+args%

Subcommand and its arguments Scope: messages.yml general.command-usage user.help-layout.body admin.help-layout.body

%description%

Command description Scope: messages.yml general.command-usage user-help-layout.body admin-help-layout.body

Last updated