InvMenu
InvMenu copied to clipboard
A PocketMine-MP virion to create and manage virtual inventories!
Inv Bug
I have a problem with the discard on my server, it's bug my inventory https://github.com/Muqsit/InvMenu/assets/125693577/6ab7634f-c78e-445d-81ee-f9e95ab3210c
Why aren't we using entity inventories like minecraft chest ? This can be more user friendly to avoid spawning a "fake" chest block we can spawn an invisible custom entity...
[11:42:27.963] [Server thread/DEBUG]: [Player: ByNamles] Opening inventory muqsit\invmenu\inventory\InvMenuInventory#95373 [11:42:32.621] [Server thread/DEBUG]: [Player: ByNamles] Closing inventory muqsit\invmenu\inventory\InvMenuInventory#95373 [11:42:32.622] [Server thread/DEBUG]: [NetworkSession: ByNamles] Inventory transaction -35 cancelled by a plugin [11:42:32.622] [Server...
is it possible to create GUI's with a custom amount of slots e.g. A single chest with 18 slots instead of 27, if not would it be possible for you...
```php $menu1 = InvMenu::create(InvMenu::TYPE_CHEST); $menu1->setName("Menu"); $menu1->setInventoryCloseListener(function(Player $player, Inventory $inventory) use ($menu1){ $menu1->send($player); }); $menu1->send($player); ``` Is this not supposed to be working?
Bonjour bonsoir sa serais possible de retiré "require": { "pocketmine/pocketmine-mp": "^5.0.0" }, du fichier composer.json puisque sa cause des bugs Warning: require(MCPE\plugins\AvalonProject\vendor\pocketmine\pocketmine-mp/vendor/autoload.php): Failed to open stream: No such file or...
I have no explanation nor any log but invmenu doesn't seem to work anymore on the new version of minecraft When opening an inventory with invemnu it doesn't appear and...
is it possible to update the title of the menu without having to close and re open? My menus are setup to 'render' the next menu (just changes the items...