Hello, I have a problem with plugin i want to create a kit plugin but i don't now how to add item to player please help thanks.
I am going to guess that you want to give a player an item. That's not very hard. PHP: $player->getInventory()->addItem($item); This will give the Item you specify to the player. Source: https://github.com/pmmp/PocketMine-MP/blob/stable/src/pocketmine/inventory/Inventory.php#L91