Vadim

Results 12 comments of Vadim

tested on 2.0 ![image](https://user-images.githubusercontent.com/32373441/80858608-eda63d80-8c62-11ea-9ad8-a89d147fcd24.png)

Yeah, copying contains of folder "/cef_binary_3.3112.1653.gf69054f_linux32_minimal/include/" from archive really helped :) ![image](https://user-images.githubusercontent.com/32373441/35195874-e7de43c4-feda-11e7-9107-c2a44accedf0.png)

Really big thanks for the work you've done, only one reason why i cant delete windows from my pc is that i needed mcpe on PC, but now your launcher...

oh, i find the solution just at know. Since my system is russian, my desktop folder named by "Рабочий стол" (2 words). Installer doesnt work in this cases i think.

Is it possible to reopen this now since https://github.com/pmmp/PocketMine-MP/issues/2988 is closed now? Or it wasn't the reason why this got blocked?

Well, then, why don't just add new codes and do not remove deprecated ones? They are counted as deprecated in MC ecosystem for a very long time already, so as...

Doesn't help at all, my guy! Sample code: ```php $builder->setCloseListener(function(Player $player): void{ $player->sendMessage("closed"); }); $builder->setResponseListener(function(Player $player, int $btn): void{ $player->sendMessage("Pressed $btn"); }); NpcDialogueManager::send($player, $builder->build(), true); ``` Result: https://imgur.com/a/kVJ5rVW Pressing on...

If only it was the problem :(. My real usage-case is to open dialogue when clicking a form button. It happens once, at any time. For whatever reason, pressing on...

@dreamLXJ try using waterdog to proxy your player connections to geyser. Solved the problem for me. Waterdog -> Geyser -> Paper.

To solve this problem (and generate PR), it would be necessary to check which protocol the type change occurred on. If they were already like that on 291, then it...