[SPIGOT-2934] BlockBreakEvent not being called for player skulls Created: 18/Dec/16  Updated: 19/Dec/16  Resolved: 19/Dec/16

Status: Resolved
Project: Spigot
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Faris Rehman Assignee: Unassigned
Resolution: Invalid Votes: 0
Labels: 1.11, bug, spigot


 Description   

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.



 Comments   
Comment by Faris Rehman [ 18/Dec/16 ]

Never mind, found out it was another plugin cancelling PlayerInteractEvent. Please close.

Generated at Fri Apr 11 15:30:05 UTC 2025 using Jira 10.3.3#10030003-sha1:d220e3fefc8dfc6d47f522d3b9a20c1455e12b7b.