
I bet it just needs one single command block on 20hz mode facing into another chunk. So if you have a contraption really close to the line but in another chunk it won't be loaded. The chain command blocks load the chunks in which they are. I CANNOT EXPRESS CAUTION ENOUGH!!! DO NOT KEEP CHUNKS LOADED THAT YOU DONT WANT LOADED ON A SERVER. If you set up a proper system, you can unload chunks that aren't needed to stay loaded. 5 comments Minecraft 1.13.2+ has a chunk loading command. Is there a way to make a chunk loader using command blocks? For instance if I put a pumpkin and leather tunic on an armor stand it could load the chunk it's in. Anyone know anything I can doĬhunk loader using command blocks. I'd prefer to add a recipe, use a pluggin or use a command block to keep my chunks loaded. I want to add a chunk loader but all the ones I see require you to build a nether portal and I don't want that. I have some automatic things running in my vanilla server, but if i'm not on and close by they don't keep working.

When using /forceload add 0 0 10 30 chunks 0,0 to 0,1 are actually loaded (one chunk equals 16×16 blocks on x/z axis) In order to forceload chunks 0,0 to 1,2, the player should use /forceload add 0 0 31 47, which loads chunks 0,0 to 1,2 (1,2 inclusive, 2×3 chunks).
