TransWikia.com

How to set a command block with a command inside using the setblock command

Arqade Asked on December 29, 2021

Does someone know how to set a command block with a command inside using the setblock command?

I have created this code /setblock <x> <y> <z> command_block {TileEntityData:{Command:"testfor @p[_=1]"}} but it doesn’t works.

Do someone know how to do that?

One Answer

You will need to do two things:

  • Firstly, there are two other parts to the /setblock command that need to be present; the datavalue, and the method of handling the existing block, if any.
  • Secondly, the data tag at the end should just be {Command: "testfor @p[_=1]"}, without the TileEntityData bit.

Thus, the resulting command should be along the lines of

/setblock <x> <y> <z> command_block 0 replace {Command:"testfor @p[_=1]"}

As proof, here's a shot of me using that command:

Typing the command

And here's the result:

The resulting command block

Answered by Billy Mailman on December 29, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP