
A plugin that adds a combat tag to players when they are in combat.
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.
# 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
🚫 You may not claim this plugin as your own.
🚫 You may not resell or redistribute this plugin.