← Назад к ресурсам

Scoreboard Server

Create scoreboard for server. In join

Modrinth management technology

Описание

# 🏆 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.** ![Fabric](https://img.shields.io/badge/Modloader-Fabric-lightgray?style=for-the-badge&logo=fabric) ![Minecraft](https://img.shields.io/badge/Minecraft-1.21.x_|_26.2-success?style=for-the-badge&logo=minecraft) ![License](https://img.shields.io/badge/License-CC0-blue?style=for-the-badge) 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 `mods` folder 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 (``), bold tags (``), 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: - [Fabric API](https://modrinth.com/mod/fabric-api) - [Placeholder API](https://modrinth.com/mod/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):** ```json { "animatedTitle": [ "❖ TEA SERVER ❖", "❖ TEA SERVER ❖", "❖ TEA SERVER ❖" ], "animatedTabHeader": [ "Welcome to TEA SERVER!" ], "tabFooter": "Your Ping: %player:ping% ms", "boardLines": [ " ", "👤 Information", "Name: %player:name%", " Play: %kyoscoreboard:playtime%", " ", 💰 Economy", " Balance: %kyoeconomy:balance% Coins" ] } ``` 👨‍💻 Acknowledgments Developed and optimized specifically for TEA Server. Thanks to the Placeholder API library (Patbox) for the extremely flexible Node Parser system!