This is intended to work alongside an anti combat logout type of plugin.
- Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
You will have to use ActionBarAPI for this plugin to work in previous versions to 1.12
This plugin is a really cool addition for your server, it hooks to your anti combat logout plugin, and it tracks the seconds remaining for the player to be able to logout without losing his inventory in the form of a customizable bar.
This is how it looks in game.
This is the configuration
Permissions:Code (Text):# Check if the plugin should be able to automaticly update itself
# Powered by SpigetUpdater (https://github.com/InventivetalentDev/SpigetUpdater)
auto-update: true
# The character (or set of characters) representing a second
character: "||"
# The amount of seconds before the player is not tagged anymore
# This will be ignored if this plugin hooks to a combatlog-type plugin
time-untag: 10
# Check if officially supported plugins are installed on the server and hook to them
plugin-check: true
# Check if we should send the bar to the damaged and/or the damager players
send-damaged: true
send-damager: true
# Check if we should not send the bar if the player damages itself with a projectile
ignore-self-damage: true
# The worlds where the bar should not appear
disabled-worlds:
- disabledworld1
- disabledworld2
# This happens while a player is tagged in combat
# IMPORTANT: Use one of the sounds listed here: https://goo.gl/GDxBIR (Sounds for all versions)
on-tag:
text: "&bCombat: &7&l[&a{left}&c{right}&7&l] &r&e{time} &b[sec]"
sound:
type: NONE
volume: 1
pitch: 1
# This happens when the specified time has passed
# IMPORTANT: Use one of the sounds listed here: https://goo.gl/GDxBIR (Sounds for all versions)
on-untag:
text: '&aYou can now safely disconnect'
sound:
type: NONE
volume: 1
pitch: 1
- combatactionbar.nobar: The players with this permission will not receive the bar.
If you want to know which plugins are supported, click in this spoiler
CombatTagPlus (recommended)
CombatLog
CombatTag
PvPManager (and the paid one)
AntiCombatLog
GriefPrevention (see this)
If you use other plugin that is not listed above, disable plugin-check in the configuration of the plugin and tell me to add support for the plugin you are using, thanks.
You can see it in depth in this video
This plugin is open source, you can see the source here

CombatActionBar 2.3.4
Great addition to your server that enhances the pvp experience of your players
Recent Updates
- Failsafe system for when there is an exception while hooking Aug 9, 2017
- No longer 100% reliant on ActionBarAPI Aug 9, 2017
- Added additional API method Aug 8, 2017