Hey guys, is there a way to display a custom message for each Animal Type killed by a player? Trying to add some humor to my server to entertain the players.
Custom messages for different animal kills?
hi here an example, sorry the sentences are in French
{
"KillerType": "Player",
"VictimType": "Animal",
"DamageType": "Bullet",
"Messages": [
"{killer} a chassé {victim} à {distance} avec {weapon}{attachments}.",
"Le beau tire de {killer} a fini par mettre à terre {victim} à {distance} avec {weapon}{attachments}.",
"{victim} à {distance} ne pouvait pas se défendre contre {killer} qui tenait dans ses mains {weapon}{attachments}."
]
},
{
"KillerType": "Player",
"VictimType": "Animal",
"DamageType": "Bullet",
"Messages": [
"{killer} a chassé {victim} à {distance} avec {weapon}{attachments}.",
"Le beau tire de {killer} a fini par mettre à terre {victim} à {distance} avec {weapon}{attachments}.",
"{victim} à {distance} ne pouvait pas se défendre contre {killer} qui tenait dans ses mains {weapon}{attachments}."
]
},
Thank you for repsonding, what I was meaning if a player kills a Bear then it must display a message for that and if a player kills a Wolf it must display a different message as with Boars Stags and Chickens.
OK I see but normally you can’t put a different message by animals
I found a type of workaround by manipulating the text and also the Entity Name.