Update KillMessages authored by Amy's avatar Amy
...@@ -4,7 +4,7 @@ Syntax ...@@ -4,7 +4,7 @@ Syntax
------ ------
The syntax for adding Kill Messages is simple. You can even have multiple messages defined for each mob (a random one is then chosen). The syntax for adding Kill Messages is simple. You can even have multiple messages defined for each mob (a random one is then chosen).
```yaml
Souleater: Souleater:
Type: SKELETON Type: SKELETON
Display: 'Soul Eater' Display: 'Soul Eater'
...@@ -14,7 +14,7 @@ The syntax for adding Kill Messages is simple. You can even have multiple messag ...@@ -14,7 +14,7 @@ The syntax for adding Kill Messages is simple. You can even have multiple messag
- '<target.name><&sq>s soul was feasted upon by <caster.name>' - '<target.name><&sq>s soul was feasted upon by <caster.name>'
Skills: Skills:
... ...
````
It's that easy! Any player killed by the Soul Eater mob would have one of those two custom death messages displayed to the server. [Placeholders](/Skills/Placeholders) can also be used in the message, the important one being <target.name> for the name of the dead player.
It's that easy! Any player killed by the Soul Eater mob would have one of those two custom death messages displayed to the server. [Variables](/Skills/Placeholders) can also be used in the message, the important one being <target.name> for the name of the dead player. For more customization, you can also edit your `config-mobs.yml` file and change KillMessagePrefix. This allows you to put a simple prefix in front of all kill messages (Placeholders do not work in the prefix).
\ No newline at end of file
For more customization, you can also edit your config.yml file and change KillMessagePrefix. This allows you to put a simple prefix in front of all kill messages (variables do not work in the prefix, however).
\ No newline at end of file