# Sounds

### Description

This page contains the default `sounds.yml` for the CrownCore.\
Each of our Plugins using the CrownCore will also have its own `sounds.yml`.<br>

The entries you see below work like this:\
`key: "sound namespace key:sound volume:sound pitch"`&#x20;

### Default sounds file

```yaml
sounds:
  no-permission: "minecraft:entity.generic.explode:0.2:1.0"
  player-invalid: "minecraft:entity.generic.explode:0.2:1.0"
  player-offline: "minecraft:entity.generic.explode:0.2:1.0"
  message-cooldown: "minecraft:entity.villager.no:0.2:1.0"
  command-cooldown: "minecraft:entity.villager.no:0.2:1.0"
  location-invalid: "minecraft:entity.generic.explode:0.2:1.0"
  teleport-instant-1: "minecraft:entity.splash_potion.break:0.5:3.0"
  teleport-instant-2: "minecraft:entity.shulker.teleport:0.5:3.0"
  teleport-cancelled: "minecraft:entity.item.break:0.5:3.0"
  teleport-tick: "minecraft:block.note_block.banjo:0.5:0.6"
```


---

# 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://obey.gitbook.io/wiki/legacy-wiki/plugins/crowncore/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.
