Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
โ๏ธ CombatGuard
A lightweight and configurable combat tag plugin for Minecraft SMP servers. Prevent combat logging and track player stats with a clean and simple system.
โจ Features
โ๏ธ Combat Tag System
When two players fight, both are tagged for a configurable duration. A progress bar displayed on the action bar shows the remaining combat time in real time.
๐ช Combat Logout Punishment
If a tagged player disconnects, they are automatically punished. Choose between an instant kill, a temporary ban, or both โ all configurable.
๐ Stats Tracking
Every kill, death and combat logout is tracked per player and saved in individual JSON files. Stats are persistent across restarts.
๐๏ธ Tab List Stats
Optionally display each player's kills and deaths directly in the tab list โ toggleable in the config.
โ๏ธ Full Config Support
Customize the prefix, combat duration, punishment type, ban duration, and tab stats display. Reload without restarting with /combatguard reload.
๐ Commands
| Command | Description |
|---|---|
/stats <player> |
Display a player's combat stats |
/combatguard reload |
Reload the config |
๐ Permissions
| Permission | Description |
|---|---|
combatguard.admin |
Access to /combatguard reload |
โ๏ธ Config
# Plugin prefix
prefix: "CombatGuard "
# Combat tag duration in seconds
combat-duration: 15
# Punishment on combat logout: kill | ban | both
punishment: kill
# Ban duration in seconds (only if punishment is "ban" or "both")
ban-duration: 300
# Show kills/deaths in the tab list
tab-stats: true
๐ฆ Installation
Drop the .jar into your plugins/ folder and restart your server. No dependencies required.
๐ง Compatibility
- โ Spigot / Paper
- โ Minecraft 1.21.x
Made with โค๏ธ by Gregwll


