Minecraft Bedrock Edition: Commandblock range?

De
13

I have "set" command blocks in Minecraft Bedrock Edition so that when I drop a compass I get teleported and get a new one and the dropped one is removed. But that only works within 100 blocks. After that, that's not possible. But I want it to work on the whole map. Who knows how I can do that?

Di

Spawn chunks and stuff

gl

Just put these comammd blocks everywhere xD

It's because of your visibility

an

Is due to the visibility. If it is out of sight, it is no longer loaded and therefore does nothing.

To avoid this, place the command block in the spawn chunks, because they are always loaded.

De

However, I want to use it in a "farm world" that I keep changing. Oddly enough, the command blocks are still loaded, but still don't work.

an

Or just in the spawnchunks. As a command expert you should know bro xD

De

Unfortunately, I'm already far from it. Is there a way there?

an

Craft a compass and go where it points. It will take you to the spawn chunks.

gl

Yes, I mean xD

De

Ie if he always points in a different direction, am I there? And what if I set the world spawn point. Does that count as spawn chunk?

an

Right, then you are there.

And yes, if you move the spawn point using Command (/ setworldspawn), then you also move the spawn chunks there. (At least on Java, but think the same with Bedrock)

De

Ok, then I'll try both.

an

In the Bedrock Edition you can apparently create always-loaded chunks with / tickingarea add.

See "Creation and Management": https://minecraft.gamepedia.com/...cking_area

Then you don't have to fly to the spawn, you can do it directly at your base nearby.

De

I just found xD