Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
🏆 Kyo Scoreboard & TabList
A masterpiece of a 100% server-side scoreboard and tablist for Minecraft Fabric (version 26.2+). Designed and optimized specifically for TEA servers.
Kyo Scoreboard is more than just a regular scoreboard mod. This is a completely reprogrammed system with Packet-based architecture, completely eliminating flickering (Anti-Flicker) and memory leaks. Combining the power of Placeholder API V3, the mod perfectly supports Hex color systems, STF format tags, and unlimited custom icons!
✨ Key Features
-
🚀 100% Server-side: Players don't need to install any mods on the client. Just throw them into the server's
modsfolder and run. -
⚡ Ultimate Performance Optimization: Intelligent update loop (every second for Scoreboard, every half second for Animation Tablist). No vanilla functions causing lag; extremely smooth background data updates.
-
🎨 Placeholder API V3 Power: - Supports advanced stacking architecture (Stacking Parsers).
-
Smooth rendering of Hex colors (
<#FF3300>), bold tags (<bold>), and dynamic interpolation. -
🎬 TabList Animation: Supports creating vibrant animated frames for Tablist headers.
-
👑 Progressive Tier RPG:
-
Intelligent automatic unit shortening (e.g.,
7d 10h 11m->7d 10h,1y 2mo). -
Automatically changes colors and adds Badges based on the number of days played (Rookie -> Mythical).
📦 Installation Requirements (Dependencies)
For Kyo Scoreboard to function perfectly, the server needs to have the following mods installed:
-
Placeholder API (Version V3 or higher)
-
(Optional) Kyo Economy - To link the currency system.
⚙️ Configuration
The first time the server runs, the mod will automatically generate a configuration file at config/kyo_scoreboard.json. The server owner can freely edit the scoreboard as desired.
Example Configuration (JSON):
{
"animatedTitle": [
"<bold><#FF3300>❖ TEA SERVER ❖</bold>",
"<bold><#FF6600>❖ TEA SERVER ❖</bold>",
"<bold><#FF9900>❖ TEA SERVER ❖</bold>"
],
"animatedTabHeader": [
"<bold><aqua>Welcome to TEA SERVER!</aqua></bold>"
],
"tabFooter": "<gray>Your Ping: %player:ping% ms</gray>",
"boardLines": [
" ",
"<bold><white>👤 Information</white></bold>",
"<gray>Name:</gray> %player:name%",
" <gray>Play:</gray> %kyoscoreboard:playtime%",
" ",
<bold><white>💰 Economy</white></bold>",
" <gray>Balance:</gray> <gold>%kyoeconomy:balance% Coins</gold>"
]
}
👨💻 Acknowledgments Developed and optimized specifically for TEA Server.
Thanks to the Placeholder API library (Patbox) for the extremely flexible Node Parser system!


