Links
Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated 3 months ago
All versions
1.0.0
Release
KillStats 1.0.05 months ago 89
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Changes
[1.0.0] - 2026-04-14
Added
- Initial release
- Per-mob kill tracking with player attribution
- Kill detection for melee, projectile, and splash potion kills
- Looting enchantment bonus support (I, II, III)
- Drop value table covering 40+ mob types including bosses
- Full HUD display with per-mob breakdown and drop icons
- Compact HUD mode (single-line kill count)
- Configurable HUD position (top-left, top-right, bottom-left, bottom-right)
- Adjustable HUD opacity (0-100%) and scale (0.5x-2.0x)
- Weapon-based HUD visibility (show only when holding weapons)
- Always-visible HUD option
- Session timer with start/pause/resume via keybind
- Auto-pause timer when opening menus or inventory
- Session summary in chat on world exit or manual reset
- Optional persistent session storage across world exits
- Kill milestone notifications every X total kills (configurable)
- Per-mob milestone notifications every 50 kills
- Boss kill gold flash effect and sound alert
- Milestone sound effects (configurable)
- Full YACL config screen with tabbed layout:
- HUD Settings: Position, visibility, opacity, scale
- Session Settings: Summary, timer behavior, persistence
- Milestones: Sound, notification frequency
- ModMenu integration
- Dedicated "KillStats" keybind category in controls
- Keybind to start/pause timer (
K) - Keybind to reset session (
L) - Keybind to toggle compact mode (
J) - Localization support (English & German)
- Client-side only - no server installation required
- Compatibility with Minecraft 26.1+
- Fabric Loader 0.18.4+ support
- Fabric API integration
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:qq7G9BZx:LfILp6IL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qq7G9BZx:LfILp6IL"
}

