> For the complete documentation index, see [llms.txt](https://enchantedmobs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enchantedmobs.superiormc.cn/docs/abilities/sound.md).

# Sound

## Sound

Plays sound at location.

```yaml
type: sound
sound: ENTITY_PLAYER_LEVELUP
volume: 1
pitch: 1
```

#### Field Details

**sound**: Bukkit sound enum name.

```yaml
sound: ENTITY_ENDERMAN_TELEPORT
```

**volume**: sound volume.

```yaml
volume: 2
```

**pitch**: pitch multiplier.

```yaml
pitch: 0.8
```
