Recent content by CarlosDiamon

  • 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. CarlosDiamon

    Question How to get the killer of any player if this is an entity [EntityDeathEvent]

    I was modifying the death messages when a player is killed in any case (by another player, entity or crash) and i have seen that the event.getEntity().getKiller(); it only returns if it is a player and null if it is not clearly, seeing in forums some use the EntityDamageByEntityEvent and check...