Wait wait wait @DreTaX - My entity deployed hook stopped working. R6 and R7 of Fougerite are same about this.
I don't even receive this debug. EntityHurt is working. Didn't test PlayerHurt yet.
Code:
public void EntityDeployed (Fougerite.Player Player, Fougerite.Entity Entity)
{
Player.Message("Entity deployed");
}