All versions
2.0.2+1.21.11
Release
Compass Manhunt 2.0.2+1.21.113 days ago 45
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
Updated to 1.21.11
Mod version 2.0.2
Added
- Locator bar mode --
/manhunt modetoggles between Compass and Locator Bar modes (or set one explicitly with/manhunt mode compass|locator). In locator mode, hunters see runners as red dots and fellow hunters as green dots on the locator bar; runners see their teammates green and cannot see hunters at all. - World reset --
/manhunt reset/manhunt reset confirmstops the server and deletes the world folder on next boot. /compasssubcommands --/compass <player>gives a hunter compass to a specific player and/compass allgives one to every non-speedrunner.- Persistence -- the selected mode and the speedrunner list are saved to
manhunt.jsoninside the world folder and restored on server start, so they survive restarts. Deleting the world folder resets everything.
Fixed
- Server crash when any player died while holding ordinary items (missing null check on custom item data).
- Server crash when right-clicking or carrying a plain vanilla compass.
- Hunter compasses duplicating endlessly (one per tick) after a hunter respawned.
- Hunter compasses were never returned on respawn due to an uninitialized field in the inventory mixin.
- Crashes in compass tracking and
/speedrunner listwhen a runner was offline or in another dimension.
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:spSnue1j:cIykAghV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:spSnue1j:cIykAghV"
}

