Hello, Anyone know how i could translate this (ShapedRecipe) : PHP: $this->getServer()->getCraftingManager()->registerRecipe((new ShapedRecipe($ssb, 3, 3))->addIngredient(1, 1, $ep)->addIngredient(1, 2, Item::get(165, 0))); I haven't been able to found equivalent for ShapedRecipe. The error is the same as many people over this forum and internet: Array needed, but Object send... Thanks.