> For the complete documentation index, see [llms.txt](https://wiki.vibecentral.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.vibecentral.xyz/survival/tweak-list/extra-game-sounds.md).

# Extra game sounds

The server features a bunch of additional sounds using existing MC sounds with adjusted pitch and volume to enhance the gameplay experience. If you wish, you can turn these sounds off using the[ profile menu](/general/profile-and-customization.md). Most sounds emit within a radius like regular sounds, meaning nearby players will also be able to hear sounds created by you. Note that disabling hearing the sounds does not stop you from emitting them.\
\
The following actions trigger extra sounds:

* Moving items in your inventory
* Changing your selected item or scrolling your hotbar
* Sorting container
* GUI close/open
* Opening your /profile
* Hand swap
* Crouching
* Crafting
* Sleeping
* Teleport
* Item drop
* Furnace extract
* Portal creation
* Player login / disconnect nearby
* Applauding a message
* Using a command

### Sounds

\| Moving items in your inventory

<https://github.com/user-attachments/assets/454bd083-e681-42d3-9cac-c5324492aef3>

\| Changing your selected item or scrolling your hotbar

<https://github.com/user-attachments/assets/6b837695-9c16-488d-8150-f2c7efc11bfc>

\| Hand swap

<https://github.com/user-attachments/assets/aa02f9f1-2dbd-439a-97f6-0aaf9c59d3ca>

\| Sorting container

<https://github.com/user-attachments/assets/07aafbb9-5829-45b0-929e-67214b69cc76>

\| GUI close/open

<https://github.com/user-attachments/assets/dd5ce80b-3672-4e63-b081-701e72d76b0f>

<https://github.com/user-attachments/assets/dae8127c-9017-4ea3-9479-15dff022ba28>

\| Opening your /profile

<https://github.com/user-attachments/assets/47c7695e-870d-46d0-8007-e805fafbb5fb>

\| Crouching

<https://github.com/user-attachments/assets/285f09d9-ac2c-4f06-8fab-74cf5f75e858>

\| Crafting

<https://github.com/user-attachments/assets/1502b064-b6ca-42ac-b5be-02e789a026ad>

\| Sleeping

<https://github.com/user-attachments/assets/09f45403-19e1-4d1e-b690-f70091af6d13>

\| Teleport

<https://github.com/user-attachments/assets/b794eaaf-b9a0-4e8a-83d8-f4e746bc49df>

\| Item drop

<https://github.com/user-attachments/assets/47c02add-e3d4-4ac9-8ff7-a48950288970>

\| Furnace extract

<https://github.com/user-attachments/assets/34cc6ed6-4290-4853-b77c-dad4fad58c8b>

\| Portal creation

<https://github.com/user-attachments/assets/564aaae0-ebd7-4c7b-9d87-e26002953a34>

\| Player login / disconnect nearby

<https://github.com/user-attachments/assets/d14c08a0-8180-4bdb-b068-e38711d97b12>

<https://github.com/user-attachments/assets/ffacbe76-941d-4190-bac4-2bfa581dafee>

\| Applauding a message

<https://github.com/user-attachments/assets/86bc546d-e512-44cb-900c-2eca44d2c50b>

\| Using a command

<https://github.com/user-attachments/assets/cd8a5fa5-11f0-414d-b714-2d3c4307bd3e>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.vibecentral.xyz/survival/tweak-list/extra-game-sounds.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
