EliteLeaderboards – Easy Guide
Create leaderboards for any numerical placeholder from PlaceholderAPI.
Creating a Leaderboard
Use the command:
/lbadd <leaderboard_name> <placeholder> [transform_to_time?(y/n)]
Example:
/lbadd playtime %statistic_seconds_played% y
➡ This creates a leaderboard named playtime (names cannot contain spaces).
It will track seconds_played from the Statistic expansion of PlaceholderAPI.
If you set the last argument to y, the number will be shown as time instead of plain numbers.
Displaying a Leaderboard
Use a PlaceholderAPI placeholder to display the leaderboard.
- Show the first page of a leaderboard:
%eliteleaderboards_<leaderboard_name>_page_1%
Example:
%eliteleaderboards_playtime_page_1%
You can configure in the settings how many players appear per page. - Show a specific position:
%eliteleaderboards_<leaderboard_name>_position_<number>%
Example:
%eliteleaderboards_playtime_position_1% - Show the current player’s position:
%eliteleaderboards_<leaderboard_name>_own%
Example:
%eliteleaderboards_playtime_own%
Removing a Leaderboard
To delete a leaderboard, run:
/lbremove <leaderboard_name>
Permissions
- eliteleaderboards.admin → Allows adding and removing leaderboards