Hi there, I am trying to figure out how to do a execute command for a quest I am creating. I would like the command block to test for a named creeper skull in a radius of 3 and have a block disappear from the floor. I tried this, but it's not working. /execute @p~ ~ ~ detect r=4 397:4 name:Taluum fill 56899 88 35927 56899 88 35927 minecraft:air.
Hi there, I am trying to figure out how to do a execute command for a quest I am creating. I would like the command block to test for a named creeper skull in a radius of 3 and have a block disappear from the floor. I tried this, but it's not working. /execute @p~ ~ ~ detect r=4 397:4 name:Taluum fill 56899 88 35927 56899 88 35927 minecraft:air.
Does anyone know how to correct this? Thank you