I've started looking at this plugin and found that I have to edit the CS file to enable the sharks because as it is now, they're only triggering the Animal messages. I've also had to introduce different code to handle the cave spikes and motorbike as they're a Barricade and Bike but need to use the ShortprefabName to trigger the messages. Is there a way to add these messages by using the config only and not have to edit the CS each update? It looks like they're in the config but they don't get called on the death event for some reason.
Also, when I do hack these in, it appears that Rustcord won't pick up the DeathNote. Most of the other ones work fine except the ones I added and the Minicopter death message. Could it be how I'm adding them to the enum and CASE statements in the CS?