No commands in combat
A simple combat block plugin that disables commands when you are in combat.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
No commands in combat
A simple combat block plugin that disables commands when you are in combat.
✨ Features
- Block commands that can be set in the config when in combat. - Time is editable - It's easy to understand.
Commands and Permissions
- /combatblock reload | combatblock.admin
🧩 Compatibility
| Server Type | Supported | |---------------------|:---------------------: | Paper | ✅ | | Spigot | ✅ | | Bukkit | ✅ | | Purpur | ✅ | | Bungeecord | ❌ | | Velocity | ❌ |
Config
``` combat-duration-seconds: 30 messages: prefix: "&8[&cCombat&8]" tag: "&7 Combat: &b%seconds%s" expire: "&7You are no longer in combat" logout-death: "&7You logged out during combat &8(&cDeath&8)" blocked-command: "&7You cannot use '&c%command%&7' during combat &8(&e%seconds%s&8)" reload-success: "&aConfig reloaded" no-permission: "&cYou don't have permission" blocked-commands: - spawn - home - hub - tpa
```