File Details
v0.2.0
- R
- Mar 23, 2026
- 230.62 KB
- 40
- 12.0.1+1
- Retail
File Name
RetzerPlates-v0.2.0.zip
Supported Versions
- 12.0.1
- 12.0.0
RetzerPlates
v0.2.0 (2026-03-23)
Full Changelog Previous Releases
- Update DESCRIPTION.md and CLAUDE.md with new features
- Filter auras using Blizzard's nameplate aura whitelist
Read auraInstanceIDs from the Blizzard UnitFrame's AurasFrame
(BuffListFrame/DebuffListFrame) and use them as a whitelist.
The C engine handles all filtering (nameplateShowPersonal, etc.)
and we mirror its selection. Defer UNIT_AURA processing by one
frame so Blizzard updates first. - Add simplified plates for minor units (pets, totems, minions)
Detect minor units via UnitClassification, UnitIsMinion,
UnitIsOtherPlayersPet, and UnitCreatureType. Passive minor units
get smaller name/title fonts. Enemy minor units get a compact
health bar, smaller name, cast bar without icon, and hide
non-essential elements (auras, level, classification, CC, etc.).
Add Simplified Plates config section with per-element sizing.
Keep Blizzard aura CVars enabled and stop unregistering UnitFrame
events so the Blizzard aura filtering engine stays functional.

