# 🔊Sounds

## Customize open, close, pickup, click sounds

Here you can see an example of customized sounds for all the available events.

```yaml
sounds:
  open:
    name: ENTITY_ENDER_DRAGON_FLAP
    volume: 1
    pitch: 0.5
  close:
    name: ENTITY_ENDER_DRAGON_FLAP
    volume: 1
    pitch: 0.5
  auto_pickup:
    name: ENTITY_ITEM_PICKUP
    volume: 1
    pitch: 1
  click:
    name: ENTITY_ITEM_FRAME_ADD_ITEM
    volume: 1
    pitch: 1
```

{% hint style="info" %}
`volume` and `pitch` are not mandatory. **Default** value is `1`for both.
{% endhint %}
