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.
Removing a Leaderboard
To delete a leaderboard, run:
/lbremove <leaderboard_name>
Permissions