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

Previously inactive experience orbs may not target players

XMLWordPrintable

    • This server is running CraftBukkit version 3180-Spigot-38e6c03-ca0fe5b (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT)
    • Yes

      Up to 1.16 orbs triggered event EntityTargetLivingEntityEvent.

      This seems to be buggy in 1.17 now...

       

      simple testcode:

         @EventHandler
         public void onOrbMove(EntityTargetLivingEntityEvent event){
      	   Entity orb = event.getEntity();
      	   plugin.logger.warning("EntityTargetLivingEntityEvent:"+orb);
         }  
      
      

      There is not always output of orbs on 1.17.x servers!

      Until 1.16 it worked well.

       

      Maybe this affects more entities, not testet yet...

            Unassigned Unassigned
            Jeppa Jeppa
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: