1.21.11
Compatibility
Required content
Changes
HisokaMarkers 1.0.1
Added
Show beam toggle (Config → Display → "Show beam"). Off = the beam doesn't spawn, only the text, player head, and diamond remain above the block. Useful for those who find the light beam distracting.
Diamond marker — when the beam is disabled, a small diamond with smooth edges is automatically drawn above the block (similar to Ping Wheel). Three settings in the same Display category:
- Diamond color — color of the diamond (default: soft gray #C0C0C0)
- Diamond size — radius in pixels, 1–12 (default: 4)
- Diamond height — offset above the block in blocks, −1.0 .. +2.0 (default: 0.15)
Files
| Minecraft | JAR |
|---|---|
| 1.21.11 | hisokamarkers-1.0.1-mc1.21.11.jar |
| 1.21.8 | hisokamarkers-1.0.1-mc1.21.8.jar |
| 1.21.1 | hisokamarkers-1.0.1-mc1.21.1.jar |
HisokaMarkers 1.0.0 — Initial release
Client-side marker mod for Minecraft (Fabric).
Features
- See-through-walls beam via vanilla glow-outline pass on
BlockDisplay - HUD label above each marker: sender's name, skin face icon, and live distance
- Marker sync over
/msg(or configurable command) with encoded chat payload - Team-chat mode: broadcast a marker to the whole team with one keybind
- Mutual-friend filter — you only see markers from friends who targeted you
- Auto-cleanup on lifetime timeout and optional stand-on removal
- Full ModMenu + Cloth Config settings screen
- English and Russian translations
Supported Minecraft versions
| Minecraft | JAR |
|---|---|
| 1.21.11 | hisokamarkers-1.0.0-mc1.21.11.jar |
| 1.21.8 | hisokamarkers-1.0.0-mc1.21.8.jar |
| 1.21.1 | hisokamarkers-1.0.0-mc1.21.1.jar |
Each JAR is built against that Minecraft version's own Fabric API, Cloth Config, and ModMenu — install the JAR that matches your game.
Dependencies
- Fabric Loader (0.16+ for 1.21.1/1.21.8, 0.19+ for 1.21.11)
- Fabric API (matching your MC version)
- Cloth Config (matching your MC version)
- Mod Menu (optional — required to open the in-game config screen)
Compatibility notes
- Client-side only — safe to install on any server, no server-side plugin needed.
- Payloads travel as regular
/msg(or/teamchat) commands. Server just relays them. - Creative-mode marker placement is intentionally disabled (anti-abuse guard).
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:OiV5AbTD:ta5fU5ZX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OiV5AbTD:ta5fU5ZX"
}

