I tried to use that code on alpha-9, but it didnt worked: PHP: $player->setCraftingGrid(new BigCraftingGrid($player));$player->craftingType = 1; and i used this code, but it didnt worked too: PHP: //$s = Player$lvl = $s->getLevel();$this->origblock[strtolower($s->getName())] = $lvl->getBlock(new Vector3($s->x, $s->y - 5, $s->z));$lvl->setBlock(new Vector3($s->x, $s->y - 5, $s->z), Block::get(Block::WORKBENCH));$block = $lvl->getBlock(new Vector3($s->x, $s->y - 5, $s->z));$this->getServer()->getPluginManager()->callEvent($ev = new PlayerInteractEvent($s, $s->getInventory()->getItemInHand(), $block, $s->getDirectionVector(), 0));$lvl->setBlock(new Vector3($s->x, $s->y - 5, $s->z), $this->origblock[strtolower($s->getName())]); and for some reason, no any errors in logger.