Leaderboards
🏆 Leaderboards
Leaderboards display top player rankings for various stats, encouraging competition and engagement. You can create, place, and customize as many leaderboards as you need.
🛠 Creation
Creating a leaderboard is a two-step process: defining it in the config and placing it in the world.
1️⃣ Define in Config
All leaderboards are managed in leaderboards.yml. Add a new entry to define the number of players, the statistic, and the game mode.
2️⃣ Add Location
Once configured, place it in the world:
Stand where you want the leaderboard to appear.
Look in the desired direction.
Type
/al COPYLOC.Copy the location string from chat.
Paste it into the
locationlist inleaderboards.yml.
⚙️ Parameters
Each leaderboard is a separate entry under leaderboard: in your configuration.
positions
integer
Number of players to display.
statistic
string
The stat to track (e.g., KILLS, WINS).
mode
string
Game mode: SOLO, TEAMS, or GLOBAL.
location
list
List of location strings where this leaderboard appears.
display
list
Text lines for the leaderboard. Supports placeholders.
💡 Example
From leaderboards.yml:
Placeholders: Use
{PLAYER_1}to{PLAYER_10}and{VALUE_1}to{VALUE_10}.Multiple Locations: You can list multiple location strings to show the same leaderboard in different spots.
Styling: Standard color codes (
&b,&f, etc.) are fully supported.
Last updated