Separate names with a comma.
Comments in 'Plugin Development' started by MCPEPIG, Jul 26, 2015.
How do i disable crafting a certain item, for example, a diamond hoe?
Cancel CraftItemEvent
There isn't a getItem function for CraftItemEvent...
use PHP: $event->getTransaction()->getResult() it return item
$event->getTransaction()->getResult()
Thanks, lemme try.