-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
Environment:
Purpur, but the issue I'm having is a Bukkit-to-Spigot issue. During development.
But if I need to update just to tell you there is an issue in Bukkit I will.
-
1825
-
Not Applicable
-
Yes
The Event: BlockCanBuildEvent, Is not fired with Torches (Wall or standing items specifically)
Block item has a CanPlace call, and that works just fine.
However
Standing And WallBlockItem dont call this at all.
Because the placement state is Overridden.
Here are some Screenshots followed by a snippet of code, and a video.
Snippet:
@EventHandler(priority = EventPriority.HIGHEST) public void on(BlockCanBuildEvent e) { System.out.println("BlockCanBuildEvent Called"); }
Just toss it somewhere, works for blocks but not on torches or things of that nature