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

# Hide Entity

Hides matching mob entities from a specific player. The mob still exists, that player just can't see it.

## Usage

```text theme={null}
/nme hide <mob> <player> <entities>
```

**Permission:** `nmentities.hide`

## Arguments

| Argument   | Required | Description                       |
| :--------- | :------- | :-------------------------------- |
| `mob`      | ✅        | The registered mob id to match.   |
| `player`   | ✅        | The player to hide the mobs from. |
| `entities` | ✅        | Which matching entities to hide.  |

## Notes

* Reverse it with `/nme show`.
* **Requires a model.** On a model-less mob this command warns (`Mob '<id>' has no model, so ...`) and does nothing.
