# Use custom sounds

{% hint style="danger" %}
**Requirement**: A clientbased/serverbased resourcepack
{% endhint %}

You can now use your very own sounds to spice things up in bloodmoon. This creates endless possibilities when a bloodmoon starts, when a mob dies and so on.

To use the custom sound, add the resourcepack to your server or client (depending on if its **singleplayer** or **multiplayer**). Then add the sound name inside Bloodmoon Advanced **config.yml.**

Reload the plugin with `/bm reload` and the sound will activate depending on which event you added the sound to. Make sure to check console for any errors. The errors might give you an indication if the soundname is wrong, or if the file is corrupted.

*Check out the example from our showcase:* [*https://www.youtube.com/watch?v=thyLYDtakto*](https://www.youtube.com/watch?v=thyLYDtakto)

### Minecraft sounds

You can still customize your bloodmoon server with already existing Minecraft sounds. These do not require a resourcepack.

A complete list of available sounds can be found here: <https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html>


---

# 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://bloodmoon.pseudonova.com/guides/use-custom-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.
