if I use the ride command in a repeating command block it wont work
minecraftarrow is a player name, and the command is targeting the player of that name, which doesn't exist.
minecraftarrow
You probably want something like @e[type=minecraft:arrow,limit=1,sort=nearest].
@e[type=minecraft:arrow,limit=1,sort=nearest]
Reporter: TreeStump120975
Assignee: (Unassigned)
Created: 2023-02-02T18:37:58Z
Updated: 2025-05-29T16:08:20Z
Resolved: 2023-02-02T19:58:26Z
ADO:
Confirmation Status: Unconfirmed
Area:
Mojang Priority:
Category: (Unassigned)
Labels:
Affects Versions: 23w05a
Fix Versions:
Retrieved 2025-06-09T21:42:49Z
minecraftarrow
is a player name, and the command is targeting the player of that name, which doesn't exist.You probably want something like
@e[type=minecraft:arrow,limit=1,sort=nearest]
.