> For the complete documentation index, see [llms.txt](https://changelog.matrixemulator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.matrixemulator.com/welcome/server/muserver/data/custom/customdeathmessage.md).

# CustomDeathMessage

<mark style="color:green;">Custom phrases that a monster can "speak" in the chat upon killing a player, one per monster</mark> <mark style="color:green;"></mark><mark style="color:green;">`Index`</mark><mark style="color:green;">. It only works with the</mark> <mark style="color:green;"></mark><mark style="color:green;">`CustomDeathMessageSwitch`</mark> <mark style="color:green;"></mark><mark style="color:green;">key enabled in the general server configuration.</mark>

```
//index text
1 "Hihihih I'm Very Strong Monster"
2 "Hihihih I'm Very Strong Monster"
```

### <mark style="color:yellow;">Notes</mark>

* The `Index` of each line is the monster's `Index` (the same as in `Monster.txt`) — it is not mandatory to list all monsters; a monster without a line here simply says nothing upon killing a player.
* If `CustomDeathMessageSwitch` is disabled, the file is completely ignored, even if all lines are filled out.
* The text has a limit of 127 characters and must be in quotation marks.
