NameplateRange

NameplateRange

27.9k Downloads

Nameplates will only show within 40 yards (down from 60)

(Enable Always Show Nameplates if you want to see nameplates while not in combat)

Stops nameplates from clamping to the screen
edit: since patch 7.1 only the targeted nameplate clamps by default, so this change has been reverted
 

You don't need to use this addon, it's basically this script
(The nameplate cvars are character-specific, this addon makes it easier to run on all characters)

/run SetCVar("nameplateMaxDistance", 40)

Note: If you stop using this addon the cvars will still stay the same, but you can change them back

/run for _, v in pairs({"nameplateMaxDistance", "nameplateOtherTopInset", "nameplateOtherBottomInset"}) do SetCVar(v, GetCVarDefault(v)) end