Jan Sohn
Jan Sohn
See #26
i pmplemented into my code 
but you cannot use ServerSettingsForm
Here is a little help(its from my bedwars team selection) ```php $arena = $player->getArena(); if (!$arena instanceof Arena) { $player->sendMessage("message.notInGame"); return; } $buttons = $arr = []; foreach ($arena->getTeams() as...
```php //your command here $player->sendForm(new MenuForm( "Selecte a Button", "", ["Button 1","Button 2","Button 3"], function (Player $player, Button $button): void{// if the player press a button. $selected = $button->getText(); $player->sendMessage("selected...
i think so
> Would love to know if this has been solved? I don't think so, because the issue Is still open.
to 'Streaming & Videos'
cool, so i think i can close this now
Maybe port [InvCrashFix](https://github.com/Muqsit/InvCrashFix/blob/master/src/muqsit/invcrashfix/Loader.php) by Muqsit from pmmp to nukkit