File Details
DeathNotificationLib v13
- R
- Mar 16, 2026
- 4.48 MB
- 263.2K
- 2.5.5+1
- Classic + 1
File Name
DeathNotificationLib.zip
Supported Versions
- 2.5.5
- 1.15.8
V13 — 2026-03-16
New Features
- Death Filter API —
getGuildFilterModeOptions(exclude_none)now accepts an optionalexclude_noneparameter to omit the "None (Disabled)" option, useful for search-log dropdowns where disabling filters is handled differently - GreenWall detection split —
isGreenWallAvailable()now only checks whether the GreenWall addon is loaded; newisGreenWallConfigured()checks whether the GreenWall config has been fully parsed. The confederation option now appears in filter dropdowns as soon as GreenWall is installed, even before its async config finishes loading - Guild cache on init —
refreshGuildMembers()is now exposed on_dnland called frominitializeOnFirstReady(), so guild/confederation data is available immediately instead of waiting for the first 10-second ticker
Bug Fixes
- Deferred library initialization (channel joins, timers, CVars) until both
PLAYER_ENTERING_WORLDhas fired and at least one addon has calledAttachAddon, preventing the library from running setup with an empty addon registry - Fixed
passesGuildFilterModeguild_only branch returningnilinstead offalsewhen no match
Changes
- Replaced
anyAddonAllows()(opt-out semantics) withanyAddonEnables()(opt-in semantics) across all call sites; removedanyAddonAllows()and its tests

