pmmp / PocketMine-MP

A server software for Minecraft: Bedrock Edition in PHP
https://pmmp.io
GNU Lesser General Public License v3.0
3.27k stars 1.55k forks source link

InventoryCloseEvent never called #5500

Closed MHIGists closed 1 year ago

MHIGists commented 1 year ago

Issue description

Wanted to use InventoryCloseEvent but it never gets called when closing Player's inventory

Steps to reproduce the issue

public function onInventoryClose(InventoryCloseEvent $event){ echo '==========================================================' . }

OS and versions

Plugins

DevTools v1.16.0, FormAPI v2.1.0

dktapps commented 1 year ago

The player is always viewing its own inventory, so there's no event to be called.