Recent content by JustANormalPlugnDeveloper

  1. J

    Question Get death message

    Hi. I'm working on a plugin that when a player dies it sends a embed on discord Here my code @EventHandler(priority = EventPriority.MONITOR) public void onPlayerDeath(PlayerDeathEvent e){ String deathMsg = PlainTextComponentSerializer.plainText().serialize(e.deathMessage())...