For the complete documentation index, see llms.txt. This page is also available as Markdown.

📑CustomDeathMessage

Custom phrases that a monster can "speak" in the chat upon killing a player, one per monster Index. It only works with the CustomDeathMessageSwitch key enabled in the general server configuration.

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

Notes

  • 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.

Last updated