LaCosaNos wrote:is there a hack to keep the plates on permanently isntead of constantly having to Ctrl+V?
Enemy nameplates should be on permanently unless you have manually edited the settings file and enabled combatOnly.
If that's not the case, you probably have
another addon that tries to automate nameplates.
Edit: In case you're talking about the friendly nameplates, you'll have to edit the _settings.lua file and change the ["showFriendly"] line to
- Code: Select all
["showFriendly"] = true,
and follow the instructions at the top of that file to enable the customization if it's the first time you're messing with it.