[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. |