Minecraft mod to discourage players from logging out while in combat https://ko-fi.com/WildToastyMop
  • Java 97.1%
  • Kotlin 2.9%
Find a file
WildToastyMop 3b363d2d78 typo
2026-03-21 00:24:56 -05:00
.github workflow fix 2026-01-25 13:49:46 -06:00
buildSrc multi version multi loader 2026-01-04 10:53:33 -06:00
gradle/wrapper gradle fix? 2026-01-04 15:14:01 -06:00
src/main typo 2026-03-21 00:24:56 -05:00
versions dep fix 2 2026-02-18 18:09:42 -06:00
.gitattributes multi version multi loader 2026-01-04 10:53:33 -06:00
.gitignore multi version multi loader 2026-01-04 10:53:33 -06:00
build.gradle.kts config, restrictions, attackers 2026-03-20 23:11:32 -05:00
CHANGELOG.md bump ver and workflow fix 2026-01-24 17:33:44 -06:00
gradle.properties bump ver and workflow fix 2026-01-24 17:33:44 -06:00
gradlew bump ver and workflow fix 2026-01-24 17:33:44 -06:00
gradlew.bat gradle fix? 2026-01-04 15:14:01 -06:00
LICENSE Initial commit 2022-11-10 21:05:12 -06:00
README.md fix readme and config typos 2026-01-04 16:37:17 -06:00
settings.gradle.kts gradle update 2026-01-04 16:13:41 -06:00
stonecutter.gradle.kts bump ver and workflow fix 2026-01-24 17:33:44 -06:00

CombatLog

A simple (not so much anymore) mod to try to prevent players from leaving while in combat.

Features

  • Customizable Combat Timer Set how long players stay in combat.
  • Damage Source Control Choose if combat triggers from players, mobs, or all damage.
  • Restrict Movement Items Disable elytra flight and ender pearl use during combat.
  • Command Blacklist Block specific commands (like /home) while in combat.
  • Fully Customizable Messages Change every alert and death message.
  • Disconnect Punishment Choose to kill the player or run a command if they log out in combat.

Usage

The jar files are on Modrinth and Curseforge as well as the actions tab on github for dev releases.

Config

The config file is locating at config/combatlog-common.json5

Build

To build from source you'll need IntelliJ with the Stonecutter Dev and Minecraft Development plugins, as well as java 21, 17, and 8 installed.