Im trying to make a mob walk with the command /tp @e[name=MOB] ~ ~ ~0.08 but it doesnt work like old versions now the mob got tp to 0.08 blocks in the position of the command block no to the mob postion .. and is always in the same point, i dont wanna use a minecart with commandblock help me pls :c
7
Citizens2 spigot mc plugin. Makes mobs and NPCs walk
Watch it: https://www.youtube.com/watch?v=SczkNPQyE5s
You have tp use a execute command with it like this: execute at @e[type=MOB] run tp @e[type=MOB] ~ ~ ~0.08
/tp @e[name=MOB] ^ ^ ^0.8
This command will tp the mob 0.8 blocks the relative position it is facing
This command will tp the mob 0.8 blocks the relative position it is facing
It did the same , teleported the mob to the position of the command block :'c
If you're using a command block, its /execute as @e[name=MOB] at @s run tp @s ^ ^ ^0.8
<3
