So I'm setting a SetEntityLinkPacket, human on human. How would I make the rider move on top of player1's head? I tried this: PHP: $rider->setDataProperty(Entity::DATA_TYPE_VECTOR3F, Entity::DATA_RIDER_SEAT_POSITION, [0,2,0]); Did nothing, tried vice versa using the other player too. Nothing.
You're setting a data type to a property? It should be like this: https://github.com/BlockHorizons/Bl...BlockHorizons/BlockPets/pets/BasePet.php#L402
Next time you post a link, consider sending a canonical link. If you are on a computer, you can click the "y" hotkey when viewing a file. If you don't have a usable keyboard, you can copy the latest commit sha of the repo and replace the branch name (master) in the URL with it.