BlockBreakEvent not being called for player skulls

XMLWordPrintable

    • Type: Bug
    • Resolution: Invalid
    • Priority: Minor
    • None
    • Affects Version/s: 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.

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

              Created:
              Updated:
              Resolved: