Hey guys, i am adding items in player inventory by : $player->getInventory()->addItem(Item::get($id)); I want to add item that won't be shown in players hotbar but it will be shown into inventory. Thank you for attention. I need your help, please^-^
Have you tried $player->getInventory()->sendSlot($index, $target); I'm not sure about the parameters, they could be different.