> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nexdev.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Usage

> The nexdev_watermark editor, drag mode, display modes, and console commands.

## Opening the editor

Run **`/nexwm`** (or your `Config.Command`) in game. The editor requires the `nexdev_watermark.manage` permission — see [Installation](/nexdev_watermark/installation#permissions).

## The editor

* **Display mode** — choose **Logo with text** (badge card) or **Logo only** (just the image at a fixed pixel height; width keeps the aspect ratio).
* **Styling** — edit the text, logo, colors, scale, opacity, rounding, and blink.
* **Logo** — paste an image URL, or upload directly from the editor when a [FiveManage](https://fivemanage.com) key is configured.
* **Drag mode** — reposition the watermark by dragging it anywhere on screen.
* **Save changes** — persists the config and pushes it to every connected player.

<Info>
  Changes are **server-authoritative**: the server validates the permission, sanitizes every field, saves the config, and broadcasts it to all clients. Nothing applies until you save.
</Info>

## Console commands

The command also works from the server console and RCON:

| Command       | Effect                                  |
| ------------- | --------------------------------------- |
| `nexwm show`  | Show the watermark for everyone         |
| `nexwm hide`  | Hide the watermark for everyone         |
| `nexwm reset` | Reset the watermark to its default look |

Players with the manage permission can use the same subcommands in game.

## Auto-hide

The watermark hides (with a fade) while:

* the pause menu is open,
* the `ox_inventory` inventory is open,
* a txAdmin announcement is on screen — the hide duration scales with the message length (5–20 s), and
* a txAdmin direct message arrives — duration configurable in the editor.

The pause menu and inventory triggers can be turned off in `config.lua` — see [Configuration](/nexdev_watermark/configuration).
