1.0.5
Compatibility
Changes
Bounty: admin stop command
- Added /biotrace bounty stop (op level 2) to cancel an active bounty
- Clears the bounty HUD for all players and broadcasts a chat message
- Applies the normal bounty cooldown before the next automatic bounty
- Returns an error if there is no active bounty
Bounty: disconnect grace & anti-flee
Bounty no longer ends immediately when the target disconnects
- 60-second grace period after disconnect (config: bountyDisconnectGraceSeconds)
-
During grace, the bounty timer keeps running
- After grace, if the target is still offline, the bounty pauses and waits for them to return
- On reconnect, the bounty resumes with remaining time
- Chat notifications when a bounty is paused and resumed
- Bounty HUD updates:
-
TARGET OFFLINE during grace
-
PAUSED when the timer is frozen
-
Gray/frozen timer while paused
Bounty: auto-trigger threshold
- Minimum online players for automatic random bounties raised from 2 → 5 (bountyMinOnlinePlayers)
- Admin bounty commands (create, trigger) are unchanged and still work with fewer players
Technical notes
- Bounty stop and disconnect handling are server-authoritative; clients only receive synced HUD state
- Pause/resume state is saved and survives server restarts
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:jV5kDMDV:lu5KppDO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jV5kDMDV:lu5KppDO"
}

