Links
Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated 4 months ago
All versions
1.0.0
Release
Final Destination HUD 1.0.04 months ago 67
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
⚔ Armor FD Tracker
A lightweight Fabric client mod for Hypixel SkyBlock that displays a real-time HUD showing the kill count and tier progress for each piece of your Final Destination armor.
Features
- Per-piece kill tracker — shows kills for Helmet, Chestplate, Leggings and Boots separately (top-to-bottom order)
- Defense bonus display — shows your current ❈ defense bonus per piece based on your kill tier
- Next tier progress — shows how many kills until the next Enderman defense ! upgrade
- Auto-hide — HUD only appears when you have at least one FD piece equipped
- Toggle keybind — press
H(rebindable in Options → Controls) to show/hide the HUD - Draggable HUD — run
/fdtracker guito drag the HUD anywhere on screen - Resizable HUD — scroll up/down in the GUI to scale the HUD between 50% and 200%
- Chat-friendly — HUD stays visible when the chat is open
- Hypixel-only — HUD is hidden on any other server
HUD Preview
Tier Table
| Tier | Total Kills | ❈ Defense |
|---|---|---|
| 1 | 100 | +20 |
| 2 | 200 | +40 |
| 3 | 300 | +60 |
| 4 | 500 | +90 |
| 5 | 800 | +120 |
| 6 | 1,200 | +150 |
| 7 | 1,750 | +180 |
| 8 | 2,500 | +210 |
| 9 | 3,500 | +240 |
| 10 | 5,000 | +270 |
| 11 | 10,000 | +310 |
| 12 | 25,000 | +335 |
| 13 | 50,000 | +355 |
| 14 | 75,000 | +370 |
| 15 | 100,000 | +380 |
| 16 | 125,000 | +390 |
| 17 | 150,000 | +395 |
| 18 | 200,000 | +400 |
Commands
| Command | Description |
|---|---|
/fdtracker gui |
Open the HUD position/scale editor |
/fdtracker kills |
Print kill counts in chat |
/fdtracker debug |
Dump raw NBT of the item in your hand |
Installation
- Install Fabric Loader and Fabric API
- Drop the
.jarinto your.minecraft/mods/folder - Join Hypixel and equip your Final Destination armor
Requirements
- Minecraft 1.21.11
- Fabric Loader ≥ 0.18.5
- Fabric API
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:w7rULLFy:TUkuWUMg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:w7rULLFy:TUkuWUMg"
}

