Version 1.1 – Death Ends Combat
✨ New Features
• Combat now ends instantly when a player dies
→ If the attacker or victim dies, both are removed from combat
→ This allows clean logout and command use after death
🛠️ Improvements
• Internal logic cleaned up with a new cancelCombat() helper method
• Improved clarity in onCommand permission handling
✅ Recap from v1.0
• Players enter combat after hitting another player
• Action bar shows a colored countdown
• All commands blocked during combat
• Logging out in combat = instant death
• /combat reload with tab-complete and OP-only permission
Version 1.0 - Initial Release
Features
• Players enter combat when hitting another player
• Combat duration is configurable via config.yml (combat-time)
• Action bar displays a live combat timer with colored text
• Sends chat messages when entering and exiting combat
Command Restrictions
• Blocks all commands while in combat (except /combat)
• Tells players exactly which command was blocked
→ Example: You cannot use /home while in combat!
Logout Behavior
• Players who log out while in combat will instantly die
Admin Tools
• Added /combat reload command to reload the config
• Includes tab-completion for /combat reload



