[SPIGOT-7817] Crafter not calling InventoryMoveItemEvent when dropping resulting item to inventory Created: 04/Jul/24 Updated: 25/Dec/24 Resolved: 20/Jul/24 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | clcondorcet | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | 1.21, Crafter, Event, InventoryMoveItemEvent |
Attachments: |
![]() ![]() |
Version: | This server is running CraftBukkit version 4254-Spigot-491f367-c3ceeb6 (MC: 1.21) (Implementing API version 1.21-R0.1-SNAPSHOT) |
Guidelines Read: | Yes |
Description |
When you place a container placed in a way that the crafter drop the result of the craft directly in the inventory of the container it should call the event InventoryMoveItemEvent. This behavior already exist for the dropper. When an item is "dropped" and a container is right in front of a dropper it call InventoryMoveItemEvent.
The plugin i sent allows to broadcast a message when InventoryMoveItemEvent is called. |