The teleportation works fine but i always get this error on my console Argument 1 passed to pocketmine\Player::sendPosition() must be an instance of pocketmine\math\Vector3, This is my code on teleporting player $player->teleport(new Position($portal["dx"], $portal["dy"], $portal["dz"], $this->getServer()->getLevelByName($portal["dlevel"])));