- Native Minecraft Version:
- 1.18
- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
- 1.18
- Source Code:
- https://github.com/Keurig-Creator/Combatlogger
CombatLogger is a simple lightweight easy to use combat log plugin!
FEATURES
Punish a user who logs off during combat!
Custom Punishments!
Blacklisted Commands
Blacklisted Worlds
PlaceholderAPI Support
- %combatlogger_timeformatted%
- %combatlogger_time%
WIKI
PERMISSIONS
combatlogger.admin : Allows the person with this permission to not get into combat
IMAGES
CONFIG
Code (YAML):
# How many seconds the combat lasts for
combat-timer: 15
disable-flight-on-combat: true
# List of blacklisted worlds that combat wont work in
blacklisted-worlds:
- world_nether
# List of blacklisted commands that cannot be used in combat
blacklisted-commands:
- tp
# Message issued when player uses a blacklisted command in combat
blacklisted-command-message: '&cYou cannot run this command while in combat!'
chat:
# The message for going into combat (CHAT)
on-message: '&cYou are now in combat!'
# The message for going out of combat (CHAT)
off-message: '&cYou are now out of combat!'
# If the plugin will use chat messages
# If false it will still print when the players dies during combat
use: true
actionbar:
# The message for going into combat (ACTIONBAR)
on-message: '&cYou are now in combat for %combatlogger_timeformatted%!'
# The message for going out of combat (ACTIONBAR)
off-message: '&cYou are now out of combat!'
# If the plugin will use actionbar messages
use: true
# The punishment activates when a user logs out during combat
# Types: "KILL", "BAN:TIMEINSECONDS:REASON`{timeRemaining}=CURRENTBANTIME`, "WHITELIST""
# To remove a punishment just remove the line examaple,
# this will only kill the player when they log out during combat
#-----------
# punishment:
# - "KILL"
#-----------
#To disable punishments you can do `punishments: []`
punishment:
- "BAN:10:&cYou logged out during combat \n Please wait %combatlogger_timeformatted%"
- "KILL"
SUPPORT
if you are having any problems, bug, or want to suggest an idea, then you can contact me from discord https://discord.gg/hTbYj9wrYR

CombatLogger 1.4.1
Tired of people disconnecting while fighting? Well look no more!
Recent Updates
- 1.4.1 Projectiles Mar 27, 2022
- 1.4.0 Feb 28, 2022
- 1.3.2 Hotfix Feb 28, 2022