1

Command Block Help?

OfficiallyPolarFluid 2/18/15 9:25 am
394
3/7/2015 2:33 pm
Is there a way to combine these 3 commands?

execute @p ~ ~ ~ setblock ~ ~ ~ minecraft:stone_pressure_plate 0 replace
execute @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!
Posted by
OfficiallyPolarFluid
Level 38 : Artisan Modder
12

  Have something to say?

JoinSign in

4

Skitto493
03/07/2015 2:33 pm
Level 55 : Grandmaster Dragon
Just activate 3 command blocks at the same time?
1
Dudamesh
02/19/2015 3:27 am
Level 62 : High Grandmaster Senpai
Can't you just make it seperate?
It will be a lot more easier if you do it seperately
1
jordan888mu
02/19/2015 3:23 am
Level 13 : Journeyman Architect
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.
1
OfficiallyPolarFluid
02/19/2015 1:31 am
Level 38 : Artisan Modder
/bump
1

Welcome