
CTL TierTagger
A Minecraft Fabric mod that displays player PvP tiers from Central TierList directly in their nametags.
Features
- 🏷️ HUD Tier Display: Shows player tiers above their nametags (similar to Tiers mod)
- 🎮 Actual Gamemode Icons: Real PNG texture icons for each gamemode (from Tiers mod)
- 🖼️ Custom Font System: Uses Minecraft's bitmap font provider for crisp icons
- 🌍 Multi-Region Support: Displays player regions (NA, EU, AS/AU)
- 🎮 Multiple Game Modes: Supports Sword, Crystal, Netherite, Potion, Mace, UHC, Axe, and SMP rankings
- ⚡ Smart Caching: Reduces API calls with intelligent caching system (30 min default)
- 🎨 Color-Coded Tiers: Different colors for each tier level
- ⚙️ Configurable: Customize what information to display
- 📊 Automatic Detection: Displays highest tier across all gamemodes
- 🎨 Resource Pack Compatible: Icons can be customized via resource packs
Requirements
- Minecraft 1.21.1 through 1.21.10 (All supported 1.21.x versions)
- Fabric Loader 0.16.0+
- Fabric API
- Java 21+
Installation
- Download the latest release from the releases page
- Place the
.jarfile in your.minecraft/modsfolder - Launch Minecraft with Fabric
Configuration
The mod creates a config file at .minecraft/config/ctl-tiertagger.json:
{
"enabled": true,
"showRegion": true,
"showGamemode": false,
"cacheTimeMinutes": 30,
"debugMode": false
}
Config Options:
- enabled: Enable/disable the mod
- showRegion: Show player region (NA/EU/AS/AU)
- showGamemode: Show the gamemode for the displayed tier
- cacheTimeMinutes: How long to cache player data (default: 30 minutes)
- debugMode: Enable debug logging
Tier Colors
- Red: Tier 1 (HT1/LT1) - Highest skill
- Orange: Tier 2 (HT2/LT2)
- Gold: Tier 3 (HT3/LT3)
- Green: Tier 4 (HT4/LT4)
- Cyan: Tier 5 (HT5/LT5)
API Integration
This mod integrates with the Central TierList API at https://ctltierlist-api-b2s8.vercel.app to fetch real-time player rankings.
Building from Source
./gradlew build
The built jar will be in build/libs/.
License
MIT License - See LICENSE file for details.
Credits
- CTL TierList Team
- Tiers mod - Gamemode texture icons
- TierTagger - Search UI functionality
- Fabric API
- All contributors
Links
Ченджлог
1.3.0Релиз1.21.9, 1.21.10, 1.21.11 · 13 апреля 2026 г.
CTL TierTagger 1.3.0
- Fixed the 1.21.10 self-nametag hook so your own nametag reliably survives remapping on later 1.21.x clients.
- Improved self-nametag and nametag rendering reliability across Minecraft 1.21 through 1.21.11, including custom-server/fallback paths.
- Hardened 1.21.x startup compatibility and improved search skin preview behavior.
- Added configurable tier-position behavior and kept 1.21.x compatibility metadata aligned with the shipped render paths.
This release supports Minecraft 1.21 through 1.21.11 on Fabric.
1.2.0Релиз1.21.9, 1.21.10, 1.21.11 · 13 января 2026 г.
- Fixed crash when viewing player profiles with null UUID
- Fixed PlayerSkinWidget compatibility for 1.21.x
- Added support for Minecraft 1.21.10 and 1.21.11
1.1.0Релиз1.21.8, 1.21.9, 1.21.10 · 30 ноября 2025 г.
🚀 ctl-tiertagger v1.1.0 Released!
We’re excited to announce the release of ctl-tiertagger version 1.1.0!
🔧 What's New
- 🛠️ Fixed Tier Tagger functionality for improved accuracy and stability.
- 🔗 Integrated DIASMP for enhanced processing and interoperability.
- 📦 Added new version support to ensure compatibility with the latest environments.
This update focuses on improved performance, reliability, and expanded compatibility.
Upgrade now to take advantage of these enhancements!
1.0.0Релиз1.21.8, 1.21.9, 1.21.10 · 22 октября 2025 г.
Mod Works!
Комментарии
Загружаем…