Links
Tags
Creators
Details
All versions
2.0.0+26.1
Release
Player Reach Display 2.0.0+26.12 months ago 237
Compatibility
Minecraft: Java Edition
26.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
✨ Player Reach Display ✨
Player Reach Display shows your latest hit distance on screen.
A fully client-side HUD mod for displaying, customizing, and tracking your player hit reach distance.
🔧 Features
- Live hit-distance HUD
- Position & scale editor
- Text / shadow / background color customization
- Popup ARGB color picker
- Multiple display formats:
2.882.88 blocks2.88 M
- Optional reset timer
- Keep-last-distance mode
- Distance-based color bands
- Add or remove color bands
- Customize each band's distance, text color, shadow color, and background color
- Entity filter support
- Enable / disable entity filtering
- Whitelist mode
- Blacklist mode
- GUI scale and window resize friendly
- Fully client-side
- No server required
📦 Requirements
- Fabric Loader
- Fabric API
- Optional: Mod Menu, recommended for opening the config screen
Optional dependencies
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:KnRL9XKM:rihjyjNf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KnRL9XKM:rihjyjNf"
}


