It then hits the same testfor command in another chain command block.
/testfor @a[x=289,z=671,r=2]
Finally, it would hit the levetation repeat command block.
/effect @a 25 1 3
Right now, when I try do this, the summon command says it cannot be summoned (it also says this when I try to do the command in chat) because it cannot be spawned outside of the world.
Do you have any help with this, and is there a more efficient way to do this?
EDIT: It is because it is being spawned outside of the loaded chunks.
Hey guys,
I was trying to make a Wither Storm with beams that followed you and made you levitate, but it's not working.
The first repeat command block has a testfor command to scan the boss battle area for the player in small sections.
After that, there is a pause for about a second, until it hits the next repeat command block.
Then it hits a summon chain command block.
It then hits the same testfor command in another chain command block.
Finally, it would hit the levetation repeat command block.
Right now, when I try do this, the summon command says it cannot be summoned (it also says this when I try to do the command in chat) because it cannot be spawned outside of the world.
Do you have any help with this, and is there a more efficient way to do this?
EDIT: It is because it is being spawned outside of the loaded chunks.
Run these in repeating command blocks:
That will be your chunk loader.