Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published 2 weeks ago
Updated 3 weeks ago
All versions
1.0.0
Release
HyprRank 1.0.03 weeks ago 53
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.2
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Any compatible version
Changes
v1.0.0 ā Initial Release
š First public release of HyprRank!
Added
- Replaces text-based rank tags with colored glyphs in chat and the tab list
- Built-in mapping of 25+ ranks with dedicated colors (Member, VIP, VIP+, MVP, MVP+, MVP++, Owner, Admin, Mod, Helper, Manager, Builder, Designer, Dev, Pro, Elite, Elite+, God, OG, Twitch, YouTube, Partner, Broadcast, Noob, NPC)
- Style variant system: "text" mode (colored bracket) and "texture" mode (image glyphs)
/hyprrank style <variant>command to switch styles on the fly, with autocomplete/hyprrank reload <target>command to hot-reload styles/textures/text without restarting- Automatic sync of custom styles and textures from the server to the client
- Server-side config (
styles.json,textures/andtexte/folders) to define custom rank skins - Compatible with Minecraft 26.1.2 / Fabric API 0.150.0
Technical
- Mixins on ChatHud, PlayerTabOverlay, and FontManager for glyph injection
- Client-side texture cache
- Hash-based verification to avoid unnecessary re-downloads of server textures
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:18l3sLs6:jSfnbJuD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:18l3sLs6:jSfnbJuD"
}

