1
Hello! I was making a map in which a chain of command blocks should be activated by the testforblock command in the first of them when I press a button on a copper light bulb of my choice. In the chain, a couple of blocks are replaced with the fill command, and then the player's camera is placed in the selected position with the /camera command. But after that there is a block responsible for resetting the camera /camera @a clear. But the reset doesnt work properly and just doesnt work.
Also before /camera @a clear command block i placed command block, that destroy Copper bulb to end cycle! Help pls
Also before /camera @a clear command block i placed command block, that destroy Copper bulb to end cycle! Help pls
1
Hey bro, something similar happened to me a few weeks ago 😅. Turns out the
Also make sure no other command is reactivating the camera right after without you noticing. I’ve had that happen because of command blocks set to “always active.”
/camera @a clear command sometimes doesn’t work properly if it’s not timed right or if the camera is still active for some reason. Try adding a slight delay (like with a repeating command block or a chain block with a tick delay) before that command — sometimes that fixes it.Also make sure no other command is reactivating the camera right after without you noticing. I’ve had that happen because of command blocks set to “always active.”
