
Plugin displaying damage for survival experience. Support rainbow and MiniMessage!
DamageIndicator is a Paper plugin that displays damage dealt to entities. This provides a visual representation of combat feedback, enhancing the player experience on your survival server.



DamageIndicator-2.x.x.jar file into your server's plugins/ folder.config.yml file located in plugins/DamageIndicator/ to suit your server's needs.The plugin generates a config.yml file in the plugins/DamageIndicator/ directory upon first run. Here are some key configuration options:
#
# Enable or disable the plugin.
#
enable: true
indicator:
# Format for displaying in indicators
#
# You can generate your own format below:
# https://www.birdflop.com/resources/rgb/
# select Color format to MiniMessage
#
health-indicator-format: "<aqua>+{healamount}</aqua> <green>[{currenthealth}/{maxhealth}❤]</green>"
damage-indicator-format: "<red>-{damage}</red> <green>[{currenthealth}/{maxhealth}❤]</green>"
critical-damage-indicator-format: "<gold><b>✧</b></gold> <red>-{damage}</red> <green>[{currenthealth}/{maxhealth}❤]</green>"
# The lifetime of the indicators in ticks before they disappear
lifetime: 12
# List of entities and worlds to ignore
blacklist:
entities:
- "item_frame"
- "item"
worlds:
- "world_example"
| Command | Description | Permissions (Assumed) |
|---|---|---|
/damageindicator |
Base command for plugin information/reload. | damageindicator.use |
If you encounter any issues, have suggestions, or would like to contribute, please visit the GitHub repository or open an issue there.
Authors: TantaiHaha, Thanachot
Version: 2.0.3
Version: 1.21.x