Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-2559

CLONE - EntityDamageEvent not executing for anything other than players with setHealth(0)?

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • None

      Either my shit is completely toasted, or something has went wrong with recent versions.

      My event is properly registered, other events in the same class execute fine, but if I use the following code

      @EventHandler
      public void onDeath(EntityDeathEvent e){
         Bukkit.broadcastMessage("test");
      }
      

      "test" will only be broadcasted when a player dies. I have killed countless sheep, switched classes that the listener is in, everything.

            Unassigned Unassigned
            Mykindos Tom Hoogstra
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: