Brands
Brands
We should add an ability to modify the screen text when a proxy server kicks with an error message for example. The reason for that is the proxy can sometimes...
**Describe the bug** Sometimes this happens and 2 players get disconnected from the server ``` 2023-05-25 11:09:34.426 [Bedrock Listener - #0] WARN - Failed to mark a promise as success...
**Describe the bug** Some players are not disconnected properly and their instance is stuck in PlayerManager forever. I'll show an example of a random buggy player. 1. A player with...
```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?