# Sounds

The plugin plays sounds for certain events. You can customize these sounds in the `./extras/` folder, specifically in the `sounds.yml` file.

{% hint style="info" %}
You can find sounds in-game with the command /playsound
{% endhint %}

### Ads

This sound plays when a player successfully sends an ad or when a preview is displayed.

`AdSendSound: 'block.anvil.use'`

To allow all players to hear a sound when a new ad is sent, set the following value to `true`:

`SendAdSoundToAllPlayers: 'false'`

### Loading

This sound plays when the plugin is loading a bigger part that may takes longer. One example is the reload of the plugin

`LoadSound: 'entity.experience_orb.pickup'`

### Success

This sound plays when an action is successfully completed.

`SuccessSound: 'entity.player.levelup'`

### Options

This sound plays when a player changes their [<mark style="color:green;">settings</mark>](/plugin-settings/features/options-menu.md).

`OptionsSound: 'entity.firework_rocket.twinkle'`

### No access

This sound plays when an action fails to complete successfully, such as when a player has no permission to use the command.

`NoAccessSound: 'block.note_block.bass'`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ads.darkplugins.de/plugin-settings/features/extras/sounds.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
