onPlayerRespawnEvent and onPlayerDeath bugs

  • Hi @red51

    Code
    @EventMethod
    public void onPlayerRespawnEvent(PlayerRespawnEvent event) {
    System.out.println("Respawn Event. . .");
    }

    This method appears to be called twice when a player respawns.




    Also, when a player dies from falling, player attack, starvation, or animal attack, the onPlayerDeathEvent method is invoked - as expected.


    However, when a player dies from tnt explosion this event is not called.

Participate now!

Don’t have an account yet? Create a new account now and be part of our community!