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

BlockBreakEvent not being called for player skulls

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Minor Minor
    • None
    • None

      The following code:

          @EventHandler(priority = EventPriority.LOWEST)
          public void onBlockBreak(BlockBreakEvent event) {
              System.out.println(1);
          }
      

      Does not work for player skulls, but works when breaking any other block such as grass.

            Unassigned Unassigned
            KingFaris10 Faris Rehman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: