Using deprecated hooks 'OnNpcPlayerTarget' and 'OnPlayerDie'Fixed

(14:47:13) | 'DangerousTreasures v1.3.1' is using deprecated hook 'OnNpcPlayerTarget', which will stop working on Wednesday, 01 April 2020. Please ask the author to update to 'OnNpcTarget(BaseNpc npc, BaseEntity target)'

| 'DangerousTreasures v1.3.1' is using deprecated hook 'OnPlayerDie', which will stop working on Wednesday, 01 April 2020. Please ask the author to update to 'OnPlayerDeath(BasePlayer player, HitInfo hitInfo)'

This plugin will cause server lag until the author updates the plugin. Had to unload it 
Any news on a update for this yet ?
I found a temporary solution
A temp fix is to just open the .cs file with a notepad, rename OnPlayerDie to OnPlayerDeath and save it.

It work for me !
Locked automatically