Minecraft – Teleport player into minecart or boat

minecraft-bedrock-edition

How would I teleport a player into a minecart or boat?
And I don't mean in the same block as, I mean actually in it.

Best Answer

This is actually possible with a BE-exclusive command, /ride. Here is the basic syntax that you'll need:

ride <riders: target> start_riding <ride: target> [teleportRules: TeleportRules] [howToFill: FillType]
  • riders: The targets you want to begin riding on top of the ride.
  • ride: The ride that you want riders to begin riding on top of.

Sample command:

ride @p start_riding @e[type=minecart] teleport_rider