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

# Test Model

Spawns a mob's model and plays one of its animations a single time. Useful for previewing animations without setting up effects.

## Usage

```text theme={null}
/nme test <mob> <animation> [player] [location]
```

**Alias:** `t` **Permission:** `nmentities.test` **Player-only:** yes

## Arguments

| Argument    | Required | Description                                   |
| :---------- | :------- | :-------------------------------------------- |
| `mob`       | ✅        | A registered mob id.                          |
| `animation` | ✅        | The animation name from the Blockbench model. |
| `player`    | ❌        | Which player sees the test. Defaults to you.  |
| `location`  | ❌        | Where to play it. Defaults to your position.  |

## Examples

```text theme={null}
/nme test toast attack
/nme test toast_king roar Steve
```

## Notes

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