
CombatLog999
CombatLog999 is a Bukkit plugin that prevents players from logging out or teleporting during combat, ensuring fair play in PvP scenarios by implementing a robust combat system with configurable timers, penalties for combat violations, and player exemption
Tags
Creators
Details
1.1.1
Compatibility
Changes
1.1.1 - 2026-07-17
Added
- PvP statistics command showing kills, deaths, K/D ratio, longest combat, win streaks, and profile multiplier
- Combat log history lookup with pagination for staff to review player combat violations
- Combat session replay command to view detailed combat events including attacks, damage, blocked commands, and escape attempts
- PlaceholderAPI expansion with new placeholders: kills, deaths, K/D ratio, longest combat, current streak, best streak
- Database-backed combat session tracking with event logging for attacks, command blocks, escape attempts, and session end reasons
Fixed
- Combat timers now properly persist across server restarts using database storage
- Boss bar color thresholds now correctly swap if configured in wrong order
- Combat state cleanup when entering safe worlds no longer leaves orphaned database entries
- Profile tracking now correctly records combat logs, escape attempts, and attack statistics
- Punishment multiplier now applies correctly based on player profile type
- Duplicate combat tag events no longer create multiple timers for the same player
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:unaoPU3I:PXot1XPA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:unaoPU3I:PXot1XPA"
}
