Closed ghost closed 6 years ago
My code:
$menu->getInventory()->setContents([
Item::get(Item::DIAMOND_SWORD),
Item::get(Item::DIAMOND_PICKAXE)
]);
$menu->getInventory()->addItem(Item::get(Item::DIAMOND_AXE));
$menu->send($sender);
Fix it as soon as possible
Use an older commit for now, this isn't meant for the latest commit.
@Muqsit Are you talking about a plugin or PocketMine-MP?
Pocketmine
@Muqsit Maybe you will update the plugin?