
Infos
This extension displays friendly nameplates differently from enemy ones, making it easier to keep track of them. Essentially, it executes the following macro:
/run C_NamePlate.SetNamePlateFriendlySize(65, 30)
/console ShowClassColorInFriendlyNameplate 0
which is called during startup or reload. Friendly nameplates are shown in a neutral color (purple) and are slightly shorter.
Reason for the expansion
I was annoyed that I had to click the macro every time I started or reloaded the game, so I created this extension to do it automatically for me.