Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed MIT
Published 4 days ago
Durability Alert
Receive a sound and/or message alert when your gear drops below a configurable durability threshold.
Features
- Alerts when an item goes below a durability percentage.
- Supports sound alerts, message alerts, or both.
- Customizable alert sound.
- Configurable minimum delay between alerts.
- Works only outside Creative and Spectator mode.
- Optional armor durability checks.
- Optional Elytra-only armor check.
- Whitelist or blacklist specific items.
- Client-side detection when item durability changes.
Configuration
The config file is located at .minecraft/config/durability_alert.json and is created automatically on first launch.
| Option | Description |
|---|---|
enabled |
Enables or disables durability alerts. |
threshold |
Durability percentage below which an alert is triggered. |
alertType |
Alert mode: sound, message, or both. |
sound |
Sound played when an alert is triggered. |
pitch |
Pitch of the alert sound. |
volume |
Volume of the alert sound. |
checkArmorPieces |
Enables durability alerts for equipped armor pieces. |
checkElytraOnly |
Only checks Elytras among armor slots when armor checking is not fully enabled. |
minAlertIntervalSeconds |
Minimum delay between two alerts for the same item type. |
listType |
Defines whether itemList acts as a whitelist or blacklist. |
itemList |
Items affected by the whitelist or blacklist mode. |


