when u cancel playermoveevent you can still kinda move how do i make players not be able to move completely like inPvP skywars
To stop the player from moving completely use: PHP: Entity::setImmobile(); https://github.com/pmmp/PocketMine-MP/blob/master/src/pocketmine/entity/Entity.php#L675 You should know that hacks / bugs can allow player to move! So cancelled also the PlayerMoveEvent