[SPIGOT-6078] Add a SmithItemEvent for smithing table success Created: 15/Aug/20 Updated: 18/Apr/21 Resolved: 18/Apr/21 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | New Feature | Priority: | Minor |
Reporter: | Trophonix | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 1 |
Labels: | events, smithing |
Version: | git-Spigot-379750e-82542d0 (MC: 1.16.2) (Implementing API version 1.16.2-R0.1-SNAPSHOT) |
Guidelines Read: | Yes |
Description |
PrepareSmithingEvent was added recently as a smithing mirror to the PrepareItemCraftEvent. I would like an event SmithItemEvent to be added which implements Cancellable like the CraftItemEvent so that I can manipulate the items they receive or cancel the event in certain circumstances. |