1
Commands Helplive_help
BEDROCK ONLY
Anyone need help knowing how to use a command block or a specific command, reply here and I’ll help you learn it and figure it out. I know a good amount of commands, and I should be able to help you.
Anyone need help knowing how to use a command block or a specific command, reply here and I’ll help you learn it and figure it out. I know a good amount of commands, and I should be able to help you.
4
For shulkers, I believe that is sadly Java only.
To make a mob walk a path specifically where you want it to walk, you can set up blocks that controls the mobs. For example, when a zombie is two blocks above a red stone block, they face and walk north.
/execute as @e[type=zombie] at @s if block ~~-2~ redstone_block run tp @s ~0.1~~ facing ~2~~
This command tests if a redstone block is two blocks under a zombie. If so, the zombie will walk ~0.1~~ facing ~2~~. Place the command into a command block, and set the command block to always active and repeating. You can replace “redstone_block” and “~0.1~~ ~2~~” for the zombie to only move in a direction if it’s on a specific block.
To make a mob walk a path specifically where you want it to walk, you can set up blocks that controls the mobs. For example, when a zombie is two blocks above a red stone block, they face and walk north.
/execute as @e[type=zombie] at @s if block ~~-2~ redstone_block run tp @s ~0.1~~ facing ~2~~
This command tests if a redstone block is two blocks under a zombie. If so, the zombie will walk ~0.1~~ facing ~2~~. Place the command into a command block, and set the command block to always active and repeating. You can replace “redstone_block” and “~0.1~~ ~2~~” for the zombie to only move in a direction if it’s on a specific block.
How do I turn a shulker, that has been teleported to the armor.head slot of an armor stand, into a solid block with collision?
And how do I make mobs follow certain paths I want them to walk?
And how do I make mobs follow certain paths I want them to walk?
and you can like add to it playanimation command
for the mobs follow certain paths you can do 4 different blocks that will turn the zombie like do /execute as @e[type=<mob>] at @s if block ~~-1~ <block> run tp @s ~~~0.1 and change the cords or the block to make it follow certain paths
