SleepSpace9
SleepSpace9
I also had many annoying crashes (without crashdump) with `check-movement: false`. Before the server closes the CPU is eating up over 100%. When I do "perf top" the absolute winner...
Seems more likely to be a client bug, so I'd say "MOJANG pls help us!" Add a vote to the bug at their issue tracker: https://bugs.mojang.com/browse/MCPE-54228 (idk if this will...
My "fix" is more a workaround and sadly it doesn't work very reliably, so I didn't want to share it yet. I'm waiting for a proper fix in the client.
Let's wait and see if the bug is fixed in the upcoming 1.16 release.
I would say it's fixed in 1.16, can others confirm that?
According to [this](https://github.com/pmmp/PocketMine-MP/blob/stable/src/pocketmine/plugin/PluginDescription.php#L138-L146) it should probably be `authors: ` ... ¯\\_(ツ)_/¯
It's working for me since I've added `load: STARTUP` into plugin.yml of the Slapper plugin, because it always didn't work if Slapper was loaded too late. But I guess it...
It was set like this (and working) before you merged your api breaking PR. I noticed it was wrong when I tried to join the server while I had custom...
I just saw the DisplayNameComponent needs also a fix. EDIT: And there's even more to fix.
There's still more, e.g. some global variables in the CustomItemProperties class are not set when the corresponding component is applied, and other variables are only set local and never update...