Skip to content

Leaderboard Placeholders

Leaderboard placeholders allow you to display your server’s top-performing players on scoreboards, holograms, or custom in-game menus.


To fetch leaderboard data, use the following format: %eastereggs_leaderboard:<statistic>:<position>:<type>%

ArgumentDescription
<statistic>The stat to be ranked (e.g., eggs_collected).
<position>The rank position to display (1, 2, 3…).
<type>The type of data to return (name for the username, value for the score).

Currently, there is only one primary statistic available for the leaderboard system:

  • eggs_collected — Total number of Easter Eggs successfully collected by the player.

GoalPlaceholder
Name of the 1st place collector%eastereggs_leaderboard:eggs_collected:1:name%
Amount of eggs found by the 1st place collector%eastereggs_leaderboard:eggs_collected:1:value%
Name of the player in 3rd place%eastereggs_leaderboard:eggs_collected:3:name%
Amount of eggs found by the 5th place player%eastereggs_leaderboard:eggs_collected:5:value%