Recent content by CarlosDiamon

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