KaisCombatLogger
PluginLicenseRef-All-Rights-Reserved

KaisCombatLogger

A plugin that adds a combat tag to players when they are in combat.

14
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions

📖About KaisCombatLogger

📥 Installation Steps

  1. Download the plugin from this page.
  2. Navigate to your server’s Plugins folder.
  3. Upload the CombatLogger plugin file.
  4. Start or restart your server to enable the plugin.

⚔️ About the Plugin

This plugin automatically combat-tags players when they enter a fight, preventing unfair logouts.

If a player disconnects while combat-tagged, they will be killed and their items will drop at their location. This ensures fair gameplay and discourages combat logging.


🛠️ Example Configuration

# CombatTag Configuration
# Use /combattag reload to reload this config without restarting

# Combat duration in seconds - how long players stay tagged after combat
combat-duration: 15

# Action bar display
# Placeholders: {player} = opponent name, {timer} = seconds remaining
# Use & for colors: &c=red, &e=yellow, &f=white, &7=gray, etc.
action-bar:
  enabled: true
  update-interval: 5  # Ticks between updates (20 ticks = 1 second)
  message: "&cCombat: &f{player} &7| &e{timer}s"

# Combat log punishment
combat-log:
  drop-items: true        # Drop all inventory when logging out in combat
  kill-on-rejoin: true    # Kill player when they rejoin after combat logging

# Death message when player rejoins after combat logging
# {player} = player name
death-message:
  format: "{player} combat logged"
  color: RED

📜 Terms of Service

🚫 You may not claim this plugin as your own.
🚫 You may not resell or redistribute this plugin.