Lead

Minecraft Ride Command Generator

Java can nest passengers inside a single /summon; Bedrock generally cannot and needs a staged ride command instead. Build the mount or dismount here, and use it when the passenger relationship has to be established after both entities exist.

  • mount and dismount subcommands
  • Rider and target selectors
  • The portable alternative to recursive Passengers NBT

Read the matching guide

FAQ

How do I make one entity ride another?

/ride <rider> mount <vehicle> attaches the rider after both entities exist. This is the Bedrock-friendly way to build jockeys and mounts, since Bedrock cannot nest Passengers NBT inside a single /summon like Java can.

When do I need /ride instead of summon passengers?

Use /ride when the two entities already exist, or when you are on Bedrock. On Java you can also nest passengers directly in /summon; /ride is for establishing the relationship afterwards.

How do I dismount an entity?

/ride <entity> dismount detaches it from whatever it is riding. Pair mount and dismount to move a rider between vehicles.