A lightweight yet powerful Minecraft Bukkit plugin that brings combat to life with customizable floating damage indicators, critical hit markers, and healing popups — all while being performance-conscious and easy to configure. Compatible with Minecraft versions 1.21 up to 1.21.10..
- Floating Damage Indicators – See exactly how much damage was dealt in real-time.
- ⚡ Critical Hit Detection – Highlight those powerful hits with unique markers.
- Healing Indicators – Show health restoration amounts in real-time.
- Customizable Colors – Style indicators by damage type, critical hits, and healing.
- Extensive Configuration – Control everything from animations and display durations to indicator offsets via the
config.yml. - Sound Effects – Add immersive audio cues when damage or healing occurs.
- Performance Optimized – Lightweight and efficient design ensures minimal server impact.
- Debug Mode – Detailed logs for troubleshooting and advanced configuration.
- Download the
jDamageIndicator.jarfile from the latest release. - Place the
.jarfile into your server's/pluginsfolder. - Restart your Minecraft server.
- Use the
/jdicommand in-game or configure theconfig.ymlfile in the/plugins/jDamageIndicator/directory to customize the plugin settings.
| Command | Permission | Description |
|---|---|---|
/jdi |
jdi.admin |
Show the plugin menu. |
/jdi help |
jdi.admin |
List all available plugin commands. |
/jdi reload |
jdi.admin |
Reload the plugin configuration from config.yml. |
/jdi info |
jdi.admin |
Display plugin information (version, author, etc.). |
/jdi status |
jdi.admin |
Show the current status of the plugin (enabled/disabled). |
Aliases: /jdamageindicator, /damageindicator
| Permission | Default | Description |
|---|---|---|
jdi.admin |
op | Full access to all admin commands. |
jdi.use |
true | Allows the player to see damage indicators. |
The config.yml file allows extensive customization of the plugin. Here's a basic example:
colors: damage: "RED" critical: "GOLD" healing: "GREEN"
Adjust these settings to suit your server's needs. Detailed explanations of each setting can be found within the
config.ymlfile itself.
If you encounter any issues or have questions about the plugin, please visit the support forum or create an issue on the GitHub repository.
Contributions are welcome! If you have suggestions or improvements, feel free to submit a pull request on the GitHub repository.
This project is licensed under the MIT License .