ByteClansLeaderboard v1.3.0

Clan leaderboard addon with per-period rankings and PlaceholderAPI support.
Impulse - Get it now for 20% off - Offer ends Jun 8, 2026
ByteClans Leaderboard.png
NEW UPDATE!
Now also supports ZelTeams and UltimateClans (limited mode)
, allowing integration with external clan systems. For these plugins, only kills, deaths, and KDR (auto-calculated from kills and deaths) are available, as those are the only metrics exposed by their APIs.​




ByteClans Leaderboards is an official addon for ByteClans that introduces powerful and flexible clan leaderboards based on multiple time periods and statistics.
It allows server owners to showcase competitive data in a clear and dynamic way — encouraging player activity and long-term engagement.​

Requires ByteClans (Free) or ZelTeams (Paid) or UltimateClans (Paid), Java 21+ & Paper 1.20.4+​


Discord-Logo-Blurple.png
If you need help, join the Discord server.




a blue sign that says top with a crab on the bottom
What is ByteClans Leaderboards?​

ByteClans Leaderboards extends the core functionality of ByteClans by adding fully configurable ranking systems for clans.
Track and display performance across different timeframes, allowing players to compete daily, weekly, monthly, or across all time.

This addon integrates seamlessly with ByteClans and supports PlaceholderAPI, making it easy to use in holograms, scoreboards, GUIs, and other visual systems.

Key Features

  • Multiple Time Periods: Track clan performance across daily, weekly, monthly, and all-time leaderboards.
  • Database Support: Fully supports H2, MySQL, and MariaDB for flexible and scalable data storage options.
  • Extended Compatibility: Supports ByteClans, and limited integration with ZelTeams and UltimateClans (kills, deaths, and calculated KDR only due to API limitations).
  • Comprehensive Statistics: Leaderboards are available for kills, deaths, KDR (kill/death ratio), points, and killstreak.
  • Automatic Updates: Statistics are updated in real time as players participate in combat.
  • Reset System: Period-based leaderboards reset automatically (daily, weekly, monthly), keeping competition fresh and active.
  • PlaceholderAPI Support: Easily display leaderboard data using placeholders for positions, values, and clan information.
  • Hologram Ready: Designed to work perfectly with hologram plugins for in-game leaderboard displays.
  • Lightweight & Optimized: Built with performance in mind — no unnecessary overhead or impact on server TPS.
  • Seamless Integration: Fully compatible with ByteClans’ API and data system.





Why use Leaderboards?

Leaderboards create competition — and competition drives activity.

By showing top-performing clans across different periods, players are constantly motivated to improve, stay active, and compete for the top positions.

Short-term goals (daily/weekly) keep things fresh.
Long-term goals (monthly/all-time) give players something bigger to aim for.

More competition. More activity. More engagement.

Available Leaderboards

  • Kills: Total kills achieved by the clan.
  • Deaths: Total deaths recorded.
  • KDR: Kill/Death ratio for performance efficiency.
  • Points: Custom scoring system based on clan activity.
  • Killstreak: Highest kill streak achieved.



Installation

  1. Download the ByteClans Leaderboards addon.
  2. Place the .jar file into your server's plugins/ folder.
  3. Make sure ByteClans (or any clan plugin dependency) is installed and running.
  4. Start or restart your server.
  5. Configure leaderboard settings if needed.



Placeholders
# ─── TOP LEADERBOARD ───────────────────────────────────────────────────────────
# Format: %byteclansleaderboard_top_<type><period><position>_<field>%
#
# Types: kills | deaths | kdr | points | killstreak
# Periods: daily | weekly | monthly | all-time
# Positions: 1–10
# Fields: name | display-name | owner_id | owner_name | members | kills | deaths | kdr | points | killstreak | rank
#
# Returns the configured empty value if the position is unoccupied.

%byteclansleaderboard_top_kills_daily_1_name% → Clan name at #1 in daily kills
%byteclansleaderboard_top_kills_daily_1_display-name%→ Clan display name at #1 in daily kills
%byteclansleaderboard_top_kills_daily_1_owner_name% → Owner name of the clan at #1
%byteclansleaderboard_top_kills_daily_1_owner_id% → Owner uuid of the clan at #1
%byteclansleaderboard_top_kills_daily_1_members% → Member count of the clan at #1
%byteclansleaderboard_top_kills_daily_1_kills% → Total kills of the clan at #1
%byteclansleaderboard_top_kills_daily_1_deaths% → Total deaths of the clan at #1
%byteclansleaderboard_top_kills_daily_1_kdr% → KDR of the clan at #1 (2 decimal places)
%byteclansleaderboard_top_kills_daily_1_points% → Points of the clan at #1
%byteclansleaderboard_top_kills_daily_1_killstreak% → Best kill streak of the clan at #1
%byteclansleaderboard_top_kills_daily_1_rank% → Rank position (#1)

# The same structure applies to all type + period + position combinations:
# types: kills | deaths | kdr | points | killstreak
# periods: daily | weekly | monthly | all-time
# positions: 1 – 10

# ─── RESET TIME ────────────────────────────────────────────────────────────────
# Time remaining until the next period reset.
# Format is configurable in config.yml (default: "{d}d {h}h {m}m").
# all-time always returns "∞" as it never resets.

%byteclansleaderboard_reset_daily% → Time left until the daily leaderboard resets
%byteclansleaderboard_reset_weekly% → Time left until the weekly leaderboard resets
%byteclansleaderboard_reset_monthly% → Time left until the monthly leaderboard resets
%byteclansleaderboard_reset_all-time% → Always returns ∞

# ─── PLAYER CLAN RANK ──────────────────────────────────────────────────────────
# Current rank of the player's clan in the given leaderboard.
# Returns the configured empty value if the player has no clan
# or if their clan has no data for that period yet.

%byteclansleaderboard_clan_rank_kills_daily% → Player's clan rank in daily kills
%byteclansleaderboard_clan_rank_kills_weekly% → Player's clan rank in weekly kills
%byteclansleaderboard_clan_rank_kills_monthly% → Player's clan rank in monthly kills
%byteclansleaderboard_clan_rank_kills_all-time% → Player's clan rank in all-time kills

%byteclansleaderboard_clan_rank_deaths_daily% → Player's clan rank in daily deaths
%byteclansleaderboard_clan_rank_deaths_weekly% → Player's clan rank in weekly deaths
%byteclansleaderboard_clan_rank_deaths_monthly% → Player's clan rank in monthly deaths
%byteclansleaderboard_clan_rank_deaths_all-time% → Player's clan rank in all-time deaths

%byteclansleaderboard_clan_rank_kdr_daily% → Player's clan rank in daily KDR
%byteclansleaderboard_clan_rank_kdr_weekly% → Player's clan rank in weekly KDR
%byteclansleaderboard_clan_rank_kdr_monthly% → Player's clan rank in monthly KDR
%byteclansleaderboard_clan_rank_kdr_all-time% → Player's clan rank in all-time KDR

%byteclansleaderboard_clan_rank_points_daily% → Player's clan rank in daily points
%byteclansleaderboard_clan_rank_points_weekly% → Player's clan rank in weekly points
%byteclansleaderboard_clan_rank_points_monthly% → Player's clan rank in monthly points
%byteclansleaderboard_clan_rank_points_all-time% → Player's clan rank in all-time points

%byteclansleaderboard_clan_rank_killstreak_daily% → Player's clan rank in daily kill streak
%byteclansleaderboard_clan_rank_killstreak_weekly% → Player's clan rank in weekly kill streak
%byteclansleaderboard_clan_rank_killstreak_monthly% → Player's clan rank in monthly kill streak
%byteclansleaderboard_clan_rank_killstreak_all-time% → Player's clan rank in all-time kill streak
Buy a license now
$7.92 $9.90
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
3 months
Share and earn
Refer this resource and earn a 10% commission.
180 Views
1 Purchases
2 Downloads
May 6, 2026 Published
May 18, 2026 Updated
Not yet rated
123.7 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Gameplay
Game mode
  1. Survival
  1. Gens
  1. BoxPVP
Supported software
  1. Paper
Supported versions
  1. 26.1
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
Supported languages
  1. English
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Lag-free, customizable servers ready in minutes.
Host your adventure today!
Recommended for you
Create private rooms for your users to store their items!
5.00 star(s) 5 ratings
61 purchases
Map events, level system, upgrade system, map change, unlimited maps and much more!
5.00 star(s) 3 ratings
23 purchases
Create rooms for your users to fight. Lightweight, Optimized.
Not yet rated
8 purchases
Custom Lobby, ChatColor, Clickable Holograms, Symbols, Rewards, Parkour Modes & more features
5.00 star(s) 6 ratings
56 purchases
Custom Lobby, Custom Arenas, Hologram Tops Clickables, Multi language, NPCs, Rewards & Much more.
5.00 star(s) 4 ratings
55 purchases
Share and earn
Refer this resource and earn a 10% commission.
180 Views
1 Purchases
2 Downloads
May 6, 2026 Published
May 18, 2026 Updated
Not yet rated
123.7 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Gameplay
Game mode
  1. Survival
  1. Gens
  1. BoxPVP
Supported software
  1. Paper
Supported versions
  1. 26.1
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
Supported languages
  1. English
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Lag-free, customizable servers ready in minutes.
Host your adventure today!
Recommended for you
Create private rooms for your users to store their items!
5.00 star(s) 5 ratings
61 purchases
Map events, level system, upgrade system, map change, unlimited maps and much more!
5.00 star(s) 3 ratings
23 purchases
Create rooms for your users to fight. Lightweight, Optimized.
Not yet rated
8 purchases
Custom Lobby, ChatColor, Clickable Holograms, Symbols, Rewards, Parkour Modes & more features
5.00 star(s) 6 ratings
56 purchases
Custom Lobby, Custom Arenas, Hologram Tops Clickables, Multi language, NPCs, Rewards & Much more.
5.00 star(s) 4 ratings
55 purchases
Top