1

Commands Helplive_help

PufferFish53426 4/17/23 1:02 pm
303
1/29/2024 7:38 am
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.
Posted by
PufferFish53426
Level 1 : New Miner
0

  Have something to say?

JoinSign in

4

PufferFish53426
05/01/2023 6:42 pm
Level 1 : New Miner
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.
1
VintagePhil
04/19/2023 4:35 pm
Level 18 : Journeyman Artist Birb
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?
1
Adasiek532
01/29/2024 7:38 am
Level 1 : New Miner
and you can like add to it playanimation command
2
Adasiek532
01/29/2024 3:26 am
Level 1 : New Miner
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
2

Welcome