Code: https://pastebin.com/uEiYDX8v PHP: 7 (not 7.2) Logs: https://pastebin.com/2nhKp5nF Plugin by frago: https://github.com/Frago9876543210/Inv-Menu
Either wait until the dev replies to your issue, or try to fix it yourself... try adding: Code: new StringTag("id", Tile::CHEST), to the CompoundTag init at https://github.com/Frago9876543210/Inv-Menu/blob/master/src/InventoryMenu/Main.php#L148
[09:06:43] [Server thread/CRITICAL]: Could not pass event 'pocketmine\event\player\PlayerInteractEvent' to 'InventoryMenu v1.0.0': Class 'InventoryMenu\Tile' not found on InventoryMenu\Main [09:06:43] [Server thread/CRITICAL]: Error: "Class 'InventoryMenu\Tile' not found" (EXCEPTION) in "Inv-Menu-master/src/InventoryMenu/Main" at line 146
You should understand the process by now - read the error, go to the line in question, figure out why Tile isn't found... fix it!