PocketMine / PocketMine-MP

Legacy PocketMine-MP repository. Head to https://github.com/pmmp for up to date software.
https://www.pocketmine.net/
GNU Lesser General Public License v3.0
1.26k stars 660 forks source link

Walking on slabs and stairs causes "Player Moved Wrongly" error message #2778

Open ghost opened 9 years ago

ghost commented 9 years ago

hey, Well, i'm having this issue since i know about pocketmine existance... Players can't walk above slabs and stairs blocks, the players got pulled back few blocks, and console spam "player moved wrongly" message... This issue can be easly fixed by turning "check players moviment" of pocketmine-soft.yml to false, but in latest build this option doesn't work anymore, and i faced this issue again... I can use soft build 239 to solve this problem, but i will got the double chests issue instead... This issue is really annoying... I know disabling "check players moviment", peoples can fly without being kicked, but i don't care to this...

If shoghicp removed this option, probally he have reasons for that, but please give us an alternative to solve this problem.

Check this forum post for further information, video and screenshot: http://forums.pocketmine.net/threads/slabs-and-stairs-lag.7272/#post-77398

thelucyclub commented 9 years ago

You can turn that off in pocketmine-soft.yml (if running pm-soft). This because the movement playerMove.onSlab is not registered correctly with pocketmine, this means the server will warn that {player} moved wrongly. PocketMine should be updated soon to fix this. :hankey: The way to fix this is to turn off check-movement in pocketmine-soft.yml (if using pm-soft), or tell your players to simply JUMP over on to the slab. Hope I helped! :smile:

matcracker commented 9 years ago

https://github.com/PocketMine/PocketMine-MP/issues/2799