Jan Sohn

Results 14 comments of Jan Sohn

i pmplemented into my code ![grafik](https://user-images.githubusercontent.com/57589973/86334741-e8a73f80-bc4d-11ea-81f6-8b91f087833e.png)

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...

> 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