
Displays XP gain and Mending repair progress directly in your actionbar.
GainExpDisplay is a lightweight Minecraft plugin that shows useful feedback in the action bar whenever you gain experience or when items are repaired by Mending.
XP Gain

Mending Repair

All displayed text is fully customizable using MiniMessage.
# GainExpDisplay Configuration
# Display text when gaining experience
gain-xp:
enabled: true
message: '<green><bold>Gain XP:</bold> <yellow><bold>+%amount%</bold>'
# Display text when repairing items with Mending
mending-repair:
enabled: true
message: '<aqua><bold>Mending Repair:</bold> <yellow><bold>+%amount%</bold> <green>(%durability%/%max%)'
messages:
reload: "<green>Config reloaded!"
command-no-permission: "<red>You do not have permission use that command."
command-error: "<yellow>Usage: /ged reload"
| Command | Permission | Description |
|---|---|---|
/ged reload |
gainexpdisplay.reload |
Reload config file. |