GainExpDisplay
PluginMIT

GainExpDisplay

Displays XP gain and Mending repair progress directly in your actionbar.

200
Downloads
4
Followers
4 months ago
Updated
📦
3
Versions

📖About GainExpDisplay

📊 GainExpDisplay

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.

✨ Features

  • Displays XP gained in the action bar
  • Shows Mending repair amount and durability progress
  • Fully configurable messages
  • Lightweight and performance-friendly
📸 Preview
  • XP Gain

    Gaining XP

  • Mending Repair

    Mending Repair

⚙️ Configuration

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

Command Permission Description
/ged reload gainexpdisplay.reload Reload config file.