
Customizable floating damage indicators for Paper servers. Clearly display damage dealt to mobs with stylish placeholders!
A modern, lightweight damage indicator plugin for Paper/Spigot servers. Display beautiful animated floating damage numbers when entities take damage.
The plugin automatically detects your server version and uses the best available method:
| Version | Method | Features |
|---|---|---|
| 1.19.4+ | Display Entities | Smooth animations, scalable, best performance |
| 1.16.5-1.19.3 | Armor Stands | MiniMessage support (hex colors, gradients) |
| 1.8-1.16.4 | Armor Stands | Legacy ChatColor (basic colors: &c, &6, &a, etc.) |
/ai reload - Reload plugin configuration/attackindicatorAll settings are in config.yml with detailed comments explaining version compatibility.
# Works on all versions
indicator-format: "<#ffffff>-{damage}<#ff5555>♥" # Hex colors on 1.16.5+
indicator-format: "&f-{damage}&c♥" # Legacy format for 1.8-1.16.4
# Scale (1.19.4+ only)
indicator-scale: 1.5
# Display mode (all versions)
display-mode: PLAYER_ONLY