Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Combat-log
PluginLicenseRef-All-Rights-Reserved

Combat-log

A highly customizable combat log plugin that prevents players from leaving during PvP.

16
Downloads
2
Followers
1 months ago
Updated
📦
1
Versions
equipmentgame-mechanicsmanagementpaperpurpur
Download Latestv1.0.0View on Modrinth

📖About Combat-log

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

👥 Team & Contributors

qwent0726
qwent0726Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpur
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+4 more

🔗 Links

Modrinth Page