Move Minecraft players with command?

Ju
12

Hi you know a command with which you can't teleport Minecraft player but move.

Ge

If you program it yourself in the form of a plugin, yes.

Av

This is not possible because you can't change the playerdata the only possibility is to spawn an armor to move this with / data merge entity and then to teleport the player to the Armorstand every tick

Ju

No thanks I do not want to program a plugin

Ge

Then that is not possible.

Av

But it is on top

Av

{id: "minecraft: armor_stand", Motion: [1.0,0.4,7.0]}

Ge

Which is much more complicated if you want to do that more often.

Av

But the only option is already

Ge

No, with plugins. But I also said above.

Av

He is not right

Av

The data command:

/ data merge entity @e [type = armor_stand, limit = 1, sort = nearest, tag = Tp] {Motion: [2.0,3.0, .9]}

The TP command:

/ teleport @p @e [limit = 1, sort = nearest, tag = Tp]

Ka

He meant the only way without plugin