JusticeForF7
Extends F7 Hide UI to also hide nameplates, damage numbers, target rings, XP orbs, cast bars, and loot prompts.Justice for F7
Press F7 for truly clean screenshots. Extends the F7 "Hide UI" key to also hide world-space UI elements.
What it hides
The game's F7 key toggles the screen-space Canvas and Compass. This mod additionally hides:
- Nameplates — NPC, SimPlayer, and player name text
- Target arrows — the indicator above the current target
- Health bars — health bars above characters
- Damage numbers — floating damage and heal popups
- Target rings — the selection ring under targeted characters
- XP orbs — XP orb particles
- Cast bars — NPC and SimPlayer cast bars above nameplates
- Loot prompts — floating text above lootable corpses
- Other world text — any remaining world-space text
All elements are restored when you press F7 again.
Configuration
Each element category can be independently toggled in the BepInEx
config file at BepInEx/config/wow-much.justice-for-f7.cfg:
[General]
## Master switch. When false, F7 behaves as vanilla.
Enabled = true
## Enable debug logging. Set to false to silence all mod log output.
EnableLogging = true
## Frames between re-scans while UI is hidden (0 = disable re-scan).
RescanInterval = 30
[Elements]
HideNameplates = true
HideDamageNumbers = true
HideTargetRings = true
HideXPOrbs = true
HideCastBars = true
HideOtherWorldText = true
Installation
Requires BepInEx 5.
- Install BepInEx if you haven't already
- Copy the
JusticeForF7/package folder containingJusticeForF7.dllintoBepInEx/plugins/ - Launch the game — config file is generated on first run
