📖
Aeon's Resource Docs
  • 👋Overview
  • Configurations
    • Premium TAB
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • 🔠CustomFont Expansion [LEGACY]
      • ❓Common Issues
    • EssentialsX Kit GUI
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • 🔠CustomFont Expansion [LEGACY]
    • LibertyBans Messages
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • â„šī¸More Info
    • LiteBans Messages
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • â„šī¸More Info
    • EssentialsX Messages
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • â„šī¸More Info
    • Quests
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • â„šī¸More Info
    • HuskHomes Messages
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • â„šī¸More Info
  • Expansions
    • CustomFont
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • 🔤Usage
      • âš™ī¸Configuration
      • 🔄Convert from Legacy
    • Gradient2
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • 🔤Usage
      • âš™ī¸Configuration
  • Plugins
    • âš ī¸Activation | Read Me!
    • LeaderboardMenus
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • đŸŽ¯Commands & Permissions
      • âš™ī¸Configuration
        • config.yml
        • boards.yml
        • menu.yml
      • đŸ”ĸPlaceholders
    • CustomFont
      • 🔗Dependencies
      • đŸ› ī¸Setup
      • đŸŽ¯Commands & Permissions
      • âš™ī¸Configuration
      • đŸ”ĸPlaceholders
      • ❓Common Issues
Powered by GitBook
On this page
  • Placeholders in config.yml
  • Placeholders in messages.yml
  • Command-linked placeholders
  • Contextual Placeholders
  • Menu Placeholders
  • Leaderboard Player Specific Placeholders
  • Update Checker Placeholders
  1. Plugins
  2. LeaderboardMenus

Placeholders

Placeholders in config.yml

Supports PlaceholderAPI placeholders

Placeholders in messages.yml

Supports PlaceholderAPI placeholders based on the viewer

Command-linked placeholders

Placeholder
Description

%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

  • /leaderboardmenuadmin openpage

Placeholder
Description

%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

%includeZero%

Whether to include score of 0 (true/false)

%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% %topPlayerPosition% %topPlayerUuid% %topPlayerScorePretty% %topPlayerScoreFormatted% %topPlayerScoreFormattedUppercase% %topPlayerScoreFormattedSeconds% %topPlayerScoreFormattedMinutes% %topPlayerScoreFormattedHours% %topPlayerScoreFormattedDays%

Placeholders for the top player. If doesn't exist, "N/A"

%bottomPlayerName% %bottomPlayerScore% %bottomPlayerPosition% %bottomPlayerUuid% %bottomPlayerScorePretty% %bottomPlayerScoreFormatted% %bottomPlayerScoreFormattedUppercase% %bottomPlayerScoreFormattedSeconds% %bottomPlayerScoreFormattedMinutes% %bottomPlayerScoreFormattedHours% %bottomPlayerScoreFormattedDays%

Placeholders for the bottom player. If doesn't exist, "N/A"

%viewerName% %viewerScore% %viewerPosition% %viewerUuid% %viewerScorePretty% %viewerScoreFormatted% %viewerScoreFormattedUppercase% %viewerScoreFormattedSeconds% %viewerScoreFormattedMinutes% %viewerScoreFormattedHours% %viewerScoreFormattedDays%

Placeholders for the viewer player. If doesn't exist, "N/A"

These placeholders are pretty much usable anywhere.

Leaderboard Player Specific Placeholders

Placeholder
Description

%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

Placeholder
Description

%oldVersion%

The old plugin version

%newVersion%

The new plugin version

%checkDuration%

Time taken to check for update

Previousmenu.ymlNextCustomFont

Last updated 2 months ago

đŸ”ĸ