Trend Explorer
Recent download momentum
Hourly download deltas for the last 48 hours.
About this addon
What it does
Please support my work on Patreon/GitHub
A library for transmitting and receiving durability information of players in your group.
API
LD:Register(addon, function)
addon - The name of your addon (string) or your addon object (table)
function - The name of function tied to the addon object (string) or a function reference
LD:Unregister(addon)
addon - The name of your addon (string) or your addon object (table)
LD:RequestDurability(channel)
channel - The name of the channel to request durability on (string) or nil/false/no value for automatic.
- Valid channels are INSTANCE_CHAT, RAID, PARTY.
Example:
local LD = LibStub("LibDurability")
local function update(percent, broken, sender, channel)
print(format("User %s has a durability of %d%% and has %d broken items!", sender, percent, broken))
end
LD:Register("myAddOnNameOrObject", update)
LD:RequestDurability()
At-a-glance numbers
Performance highlights
- Peaked at Hot #333 on May 10, 2026.
- Peaked at Rising #5176 on Jun 3, 2026.
- Featured on the Hot list across 5 distinct weeks.
- Shipped 1 release in the last 30 days.
- Averaging 16 new downloads per day over the past week.