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

# Play Player Animation

Plays a player animation (limb animation) on yourself. This animates your player model, not a mob.

## Usage

```text theme={null}
/nme play <limb> <animation> [loop_type] [hide]
```

**Alias:** `p` **Permission:** `nmentities.play`

## Arguments

| Argument    | Required | Description                                              |
| :---------- | :------- | :------------------------------------------------------- |
| `limb`      | ✅        | The player limb/model to animate.                        |
| `animation` | ✅        | The animation name.                                      |
| `loop_type` | ❌        | How the animation repeats.                               |
| `hide`      | ❌        | Whether to hide the original player model while playing. |

## Notes

* Requires the player animation module (`module.player-animation` in `config.yml`, enabled by default).
