Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
combat-log is a lightweight and highly configurable combat tag plugin for PvP-oriented servers running on the PaperMC core and its forks. The plugin activates combat mode only during a direct confrontation with another player, preventing combat logging during PvP and allowing administrators to configure cooldowns for key items.
Key Features
Activation,Only upon taking damage from another player (by hand, weapon, or projectile)
Duration,Configurable in the config file (30 seconds by default)
Visualization,BossBar with a timer + ActionBar above the hotbar
Combat Log Punishment,Death + inventory drop (configurable)
Portal Blocking,Players cannot escape through Nether/End portals (configurable)
Item Cooldowns The plugin supports individual cooldowns for PvP items. All cooldowns are disabled by default (0); enable them as needed.
Commands
/ktlog reload - Reloads the configuration without restarting the server
/ktlog status - Checks your current combat mode status
IMPORTANT
The configuration inside the plugin is in Russian. If you need a different language for the plugin, change it manually in the config file.
Configuration
combat-duration: 30
messages:
enter-combat: "&c&lCOMBAT! &7You have entered combat. Do not log out for %time% sec."
combat-action-bar: "&cCombat Mode: &l%time% &csec."
no-logout: "&c&l✖ &7You cannot log out during combat!"
cooldown-firework: "&c&l✖ &7Firework CD: &f%time% &csec."
cooldown-chorus: "&c&l✖ &7Chorus Fruit CD: &f%time% &csec."
cooldown-enderpearl: "&c&l✖ &7Ender Pearl CD: &f%time% &csec."
cooldown-ender-crystal: "&c&l✖ &7End Crystal CD: &f%time% &csec."
cooldown-respawn-anchor: "&c&l✖ &7Respawn Anchor CD: &f%time% &csec."
cooldown-bed: "&c&l✖ &7Bed CD: &f%time% &csec."
cooldown-tnt: "&c&l✖ &7TNT CD: &f%time% &csec."
cooldown-tnt-minecart: "&c&l✖ &7TNT Minecart CD: &f%time% &csec."
cooldown-minecart: "&c&l✖ &7Minecart CD: &f%time% &csec."
cooldown-cobweb: "&c&l✖ &7Cobweb CD: &f%time% &csec."
cooldown-shulker-box: "&c&l✖ &7Shulker Box CD: &f%time% &csec."
cooldown-ender-chest: "&c&l✖ &7Ender Chest CD: &f%time% &csec."
cooldown-potion-fire-resistance: "&c&l✖ &7Fire Resistance Potion CD: &f%time% &csec."
cooldown-potion-strength: "&c&l✖ &7Strength Potion CD: &f%time% &csec."
cooldown-potion-speed: "&c&l✖ &7Swiftness Potion CD: &f%time% &csec."
cooldown-potion-invisibility: "&c&l✖ &7Invisibility Potion CD: &f%time% &csec."
cooldown-potion-turtle-master: "&c&l✖ &7Turtle Master Potion CD: &f%time% &csec."
reload: "&a&l✓ &7Config reloaded!"
no-permission: "&c&l✖ &7You need OP status to use this command."
no-console: "&c&l✖ &7This command can only be used by players."
restrictions:
logout-kill: true
logout-drop-inventory: true
block-portal: false
cooldowns:
firework: 0
chorus-fruit: 0
ender-pearl: 0
ender-crystal: 0
respawn-anchor: 0
bed: 0
tnt: 0
tnt-minecart: 0
minecart: 0
cobweb: 0
shulker-box: 0
ender-chest: 0
potion-fire-resistance: 0
potion-strength: 0
potion-speed: 0
potion-invisibility: 0
potion-turtle-master: 0
splash-fire-resistance: 0
splash-strength: 0
splash-speed: 0
splash-invisibility: 0
splash-turtle-master: 0
lingering-fire-resistance: 0
lingering-strength: 0
lingering-speed: 0
lingering-invisibility: 0
lingering-turtle-master: 0
boss-bar:
enabled: true
color: RED
style: SOLID
title: &c&lCOMBAT MODE &7| &fTime left: &c%time% &fsec..
action-bar:
enabled: true
update-interval: 1
sounds:
enter-combat: ENTITY_ENDER_DRAGON_GROWL
cooldown-deny: BLOCK_NOTE_BLOCK_BASS
disabled-worlds:
- spawn
- lobby
- creative
debug: false


