About Premium Leaderboard
Performance focused Leaderboard with a sleek, modern UI design. With detailed players and team statistics while ensuring minimal impact on server performance.
Key Features
- Modern & Intuitive UI: A clean, visually appealing, and easy-to-navigate user interface. Players can quickly switch between their personal stats, the server-wide player rankings, and the team leaderboards.
- Detailed Player & Team Statistics: Tracks a large set of stats including Kills, Deaths, KDR, Damage Dealt, Headshots, Shots Fired, Hits, and Accuracy percentage for both individual players and teams.
- Optimized for Performance: Designed to be exceptionally lightweight. Stats are processed in efficient batches on a configurable timer, and UI elements are cached to prevent any server or client-side lag.
- Highly Customizable: Easily change the UI's accent color to match your server's theme and define multiple custom chat commands for players to open the leaderboard.
- Image Library Support: Automatically fetches and displays player avatars from Steam, adding a personalized and professional touch to the rankings.
- Web Statistics: Through and external product simple site.
Commands and Permission
-
/leaderboard, /lb, /stats - All open the leaderboard menu. (Commands can be easily changed in the config)
- This plugin does not require any permissions to be used. All players can view the leaderboards by default.
Config
{
"Enable Misc Stats Page": true,
"Clear stats on server wipe": true,
"Header Background Color RGBA (Use https://colors.misticos.dev/ (RUST Color))": "0.29 0.15 0.45 0.98",
"Accent Color RGBA (Use https://colors.misticos.dev/ (RUST Color))": "0.58 0.31 0.91 0.75",
"Leaderboard refresh interval in seconds": 60,
"Commands to open the leaderboard": [
"leaderboard",
"lb",
"stats",
"leaderboards",
"stat"
],
"Database Settings": {
"Use MySQL (requires MySql extension)": true,
"Host": "127.0.0.1",
"Port": 3306,
"Username": "admin",
"Password": "password",
"Database Name": "rust_db",
"ServerName": "MAIN SERVER"
}
}
Support and More
- Checkout my discord server here.
Showcase Video