1
Command Block Help?
Is there a way to combine these 3 commands?
If someone could combine those, that would be amazing!
Thank you!
execute @p ~ ~ ~ setblock ~ ~ ~ minecraft:stone_pressure_plate 0 replaceexecute @p ~ ~ ~ setblock ~ ~-1 ~ command_block 0 replace { Command:"/setblock -162 52 221 minecraft:redstone_block",}execute @p ~ ~ ~ setblock ~ ~-2 ~ command_block 0 replace { Command:"/setblock -162 52 221 minecraft:air",}If someone could combine those, that would be amazing!
Thank you!
4
Just activate 3 command blocks at the same time?
Can't you just make it seperate?
It will be a lot more easier if you do it seperately
It will be a lot more easier if you do it seperately
Maybe
execute @p ~ ~ ~ setblock ~ ~ ~ minecrast:stone_pressure_plate 0 replace , @p ~ ~ ~ setblock ~ ~-1 ~ command_block 0 replace {Command: "/setblock -162 52 221 minecraft:redstone_block",} , @p ~ ~ ~ setblock ~ ~-2 ~ command_block replace {Command: "/setblock -162 52 221 minecraft:air", }
That might work maybe, I haven't tried it out, but maybe it could work.
execute @p ~ ~ ~ setblock ~ ~ ~ minecrast:stone_pressure_plate 0 replace , @p ~ ~ ~ setblock ~ ~-1 ~ command_block 0 replace {Command: "/setblock -162 52 221 minecraft:redstone_block",} , @p ~ ~ ~ setblock ~ ~-2 ~ command_block replace {Command: "/setblock -162 52 221 minecraft:air", }
That might work maybe, I haven't tried it out, but maybe it could work.
/bump
