> For the complete documentation index, see [llms.txt](https://fateuhc.bghddevelopment.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fateuhc.bghddevelopment.com/default-config-files/death-messages.md).

# death-messages.yml

## Overview

The **death-messages.yml** file allows you to change what shows when players die.

Last Updated: 5/17/2025

## Default Config

```
default:
  - "&7{victim} &8[&c{kills_victim}&8] &7died mysteriously."
  - "&7{victim} &8[&c{kills_victim}&8] &7met their end."

pvp:
  - "&7{victim} &8[&c{kills_victim}&8] &7was slain by &7{killer} &8[&c{kills_killer}&8]&7."
  - "&7{killer} &8[&c{kills_killer}&8] &7eliminated {victim} &8[&c{kills_victim}&8]&7."

bow:
  - "&7{victim} &8[&c{kills_victim}&8] &7was shot by &7{killer} &8[&c{kills_killer}&8]&7 from &b{distance}&7 blocks."
  - "&7{victim} &8[&c{kills_victim}&8] &7was sniped from afar by &7{killer} &8[&c{kills_killer}&8]&7."

practice:
  - "&b[PRACTICE] &7{victim} &8[&c{kills_victim_practice}&8] &7was taken out by &7{killer} &8[&c{kills_killer_practice}&8]&7."
  - "&b[PRACTICE] &7{killer} &8[&c{kills_killer_practice}&8] &7defeated {victim} &8[&c{kills_victim_practice}&8]&7 in the arena."
  - "&b[PRACTICE] &7{victim} &8[&c{kills_victim_practice}&8] &7met their match against &7{killer} &8[&c{kills_killer_practice}&8]&7."
```


---

# 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://fateuhc.bghddevelopment.com/default-config-files/death-messages.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.
