A11v1r15 / Alivent_messenger

A simple server-side Minecraft mod that tells when a named mob turns aliven't
https://modrinth.com/mod/alivent-messager
MIT License
3 stars 0 forks source link

[Question] Named mob deaths in Log/Discord? #20

Open Greg-Malski opened 2 months ago

Greg-Malski commented 2 months ago

When named mobs are killed, I see the entry in the game chat, but the same information is not captured in the log, nor does it get sent through my Discord Integration (which does capture player deaths). Is there something wrong with my configuration or something I can do which will log/send named mob death entries?

A11v1r15 commented 2 months ago

The message is sent direcly to players, much like how it's done to pet wolf, cat, or parrots, just that it is sent to all players and I assume those messages aren't sent to the Discord hook. I'll look into this.