Welxher command is that in mc?

Ti
3

Which command for the command block in Minecraft I can take to give a player a bow with infinity.

Al

Depends on the MC version on it. Try one of the two:

/ give @p bow {Enchantments: [{id: infinity, lvl: 1}]} 1
OR
/ give @p bow 1 0 {ench: [{id: 51, lvl: 1}]}

The lower command works in older versions.

Ti

Is in the 1.14

Ev

Then the first command