Leaderboard
No reviews yet
Create leaderboards for any data
Provides a framework or library for other mods to use.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Mitra Leaderboards
A flexible and high-performance leaderboard system for Fabric servers. It computes and publishes leaderboards from placeholders (e.g. blocks mined, play time, kills, etc.), with optional MongoDB support to store and display offline players.
✨ Features
- Multiple leaderboards: define as many holders as you want (e.g.
blocks_mined,time_played,kills…). - Native placeholders (pb4/Patbox): exposes values for TAB, HUDs, holograms, or any plugin/mod that reads placeholders.
- Per-holder update scheduling (configurable in seconds).
- Online or offline mode:
- Online-only: TOP is computed with currently connected players (no DB).
- Offline tracking: saves and queries from MongoDB for global TOPs.
- Asynchronous execution: safe capture on the server thread, heavy work in async workers.
- Optimized for thousands of players: efficient TOP-K selection, minimal I/O and CPU.
- Robust placeholder evaluation: cleans values and prevents crashes if a placeholder fails.
✅ Requirements
- Fabric Loader + Fabric API (server).
- pb4 Placeholders (Patbox) for placeholder resolution/registration.
- MongoDB (requerid)
📦 Installation
- Download Mitra Leaderboards and its requirements.
- Place the
.jarfiles in themods/folder of the server (and client if you want HUDs). - Start the server to generate the config folders.
- Configure
leaderboard.yml(andmongo.ymlif you plan to use offline tracking). - Restart.
⚙️ Configuration
leaderboard.yml
holders:
blocks_mined:
valueCheck: "%mitra:mined_total%"
update: 20
top: 10
trackOffline: false
time_played:
valueCheck: "%mitra:play_time%"
update: 30
top: 15
trackOffline: true
🧩 Placeholders
For a holder named blocks_mined:
📏 Size and timers
%mitra:leaderboard blocks_mined_size%→ number of entries.%mitra:leaderboard blocks_mined_update_in_s%→ seconds until the next update.%mitra:leaderboard blocks_mined_update_in_hms%→ remaining time inHH:MM:SS.
🏆 TOP by position (N ≥ 1)
-
%mitra:leaderboard blocks_mined_value_N%→ numeric value. -
%mitra:leaderboard blocks_mined_player_N%→ player name. -
%mitra:leaderboard blocks_mined_uuid_N%→ player UUID. -
#1 %mitra:leaderboard blocks_mined_player_1%— %mitra:leaderboard blocks_mined_value_1% -
#2 %mitra:leaderboard blocks_mined_player_2%— %mitra:leaderboard blocks_mined_value_2% -
#3 %mitra:leaderboard blocks_mined_player_3%— %mitra:leaderboard blocks_mined_value_3%
📜 Commands
(Base command may differ depending on your setup; examples use
/lb)
-
/lb reload
Reloads theleaderboard.ymlconfiguration and reschedules all tasks.
Useful when you change values in the config without restarting the server. -
/lb recompute <holder>
Forces an immediate recompute of the specified holder.
Example:/lb recompute blocks_minedwill update the ranking for theblocks_minedleaderboard instantly. -
/lb list
Displays a list of all currently active holders.
Example output:
👨💻 Authors & Credits
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers