WoW_Much-JusticeForF7 icon

JusticeForF7

Extends F7 Hide UI to also hide nameplates, damage numbers, target rings, XP orbs, cast bars, and loot prompts.

Last updated 13 hours ago
Total downloads 8
Total rating 0 
Categories Mods
Dependency string WoW_Much-JusticeForF7-2026.213.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2304 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2304

README

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
  • 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.

  1. Install BepInEx if you haven't already
  2. Place JusticeForF7.dll in BepInEx/plugins/
  3. Launch the game — config file is generated on first run