Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 5 months ago
All versions
3.0.1
Release
Game Highlighter 3.0.15 months ago 31
Compatibility
Minecraft: Java Edition
1.21.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Changelog for Version 3.0.1
🛠️ Compatibility Update
🎮 Minecraft Version Support
- NEW: Added working support for Minecraft
1.21.9,1.21.10, and1.21.11
🧩 Player List & Hiding
- NEW: Player list filtering tabs for
All,Highlighted, andHiddenplayers - NEW: Dedicated
Hidingtab in the player edit screen - NEW: Hidden status label in player list entries for hidden players
- NEW: Restored player hiding modes with support for
Manual,Radius, andAll - NEW: Radius and global hiding now respect player immunity settings
- NEW: Quick hide keybind for hiding the currently looked-at player
- NEW: Fast hider mode cycle keybind for switching hide types without opening config
- NEW: Button to temporarily show all players and restore hiding when needed
🎨 Hider HUD
- IMPROVED: Hider HUD is now shown only while the player list (
Tab) is open - IMPROVED: HUD no longer duplicates
Near hidden players - NEW: HUD now shows hidden player count, current hiding type, and current status
- NEW: Radius mode now displays the active hide radius
- NEW: HUD includes a preview of up to 5 hidden player heads
🔧 Build & Repository Fixes
- IMPROVED: Release metadata now matches the
3.0.1changelog entry for publishing
This patch release focuses on stabilizing the latest supported Minecraft 1.21.x versions while restoring and expanding the player hiding system.
Optional dependencies
Any compatible version
Any compatible version
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:7zkaTNZ5:58HgBzhD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7zkaTNZ5:58HgBzhD"
}

