Recent content by JustANormalPlugnDeveloper

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  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())...