> For the complete documentation index, see [llms.txt](https://wiki.halosdev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.halosdev.com/halos-bounty-hunter/files/sounds.yml.md).

# sounds.yml

```yaml
# The sound when player claim a bounty.
bounty_claim:
  sound: entity_ender_dragon_ambient
  volume: 1
  pitch: 1
# The sound when player claim a bounty.
wanted_level_increase:
  sound: entity_villager_no
  volume: 1
  pitch: 1
bounty_track:
  sound: block_note_block_pling
  volume: 1
  pitch: 1
bounty_untrack:
  sound: block_note_block_pling
  volume: 1
  pitch: 1
# Sent when a player fail to set a bounty for any reason.
bounty_set_fail:
  sound: entity_villager_no
  volume: 1
  pitch: 1
# Sent to maker when successfully setting the bounty.
bounty_set_maker:
  sound: entity_villager_no
  volume: 1
  pitch: 1
# Sent to target when a bounty is set on them
bounty_set_target:
  sound: entity_ender_dragon_growl
  volume: 1
  pitch: 1
shop_buy_success:
  sound: entity_villager_yes
  volume: 1
  pitch: 1
shop_buy_fail:
  sound: entity_villager_no
  volume: 1
  pitch: 1
# Played on bounty increase to target.
bounty_increase_target:
  sound: entity_ender_dragon_growl
  volume: 1
  pitch: 1
# Played on bounty on increase to maker.
bounty_increase_maker:
  sound: block_note_block_pling
  volume: 1
  pitch: 1
# Sent to a player when they killed a player with wanted level and receive a reward.
wanted_level_reward:
  sound: block_note_block_pling
  volume: 1
  pitch: 1


```


---

# 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:

```
GET https://wiki.halosdev.com/halos-bounty-hunter/files/sounds.yml.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.
