git-Spigot-dd155ed-23ad72b My own plugin
I use this code:
@EventHandler public void onRespaw(PlayerRespawnEvent event) { event.getplayer().spigot().respawn(); }
And when a player die, the server crash with no error.