How to keep the spawnchunks loaded without generating the nether or end
I'm on a creative server and I have the ability to use cheats, commandblocks, etc. I want to keep the spawn chunks loaded entity processing when no player is online. All solutions I know of work by transferring entities to the nether, the most common one used in iron farms spits poppies through a nether portal every 15 seconds. I'm searching for a solution that doesn't require generating the nether or end in my world.
Best Answer
Aha! A video that shows a redstone contraption to keep chunks loaded.
Doesn't even need spawn chunks; the video demonstrates the difference between entity-active chunks and redstone-only active chunks.
UPDATE:
Ok, I've now watched a bunch of videos on chunkloading, and one on chunk unloading.
Turns out that chunk unloading is not "all-at-once", but rather "Unload 100 now, go back and unload more next tick".
Here is the key observation: If a chunk is loaded, and all 24 chunks in a 5x5 around it are also loaded, then that chunk will process both redstone and entities.
Have a 5x5 area? The 1x1 in the middle does both. Have a 7x7 area? The 3x3 in the middle does both. Etc.
For chunk unload protection, see this:
Basically, minecraft takes the X and Z chunk location, does an xor hash map, and that becomes the bucket it goes into. If it goes into a late enough bucket, and there are enough chunks loaded, the chunk will live long enough for hoppers to activate adjacent chunks, and force them to load, even if the game was trying to unload them.
So the trick becomes: 1. Have more than 100 chunks that want to be loaded, 2. Find out which chunks are "last" on that unload list hash order, 3. Have those chunks use hoppers to activate other chunks, which then reloads all your chunks. 4. Have a 2-chunk border around any chunk you want entity processing on.
Pictures about "How to keep the spawnchunks loaded without generating the nether or end"



How do you keep a chunk loaded without being in it?
Use a Nether Portal. One of the most efficient ways to maintain chunks constantly loading in Minecraft is using a Nether portal. In this case, you'll have to make sure any object is moving through the portal.Do nether spawn chunks stay loaded?
They do stay loaded. But unfortunately farms will not work.Do spawn chunks stay loaded when no one is online?
Since spawn chunks remain loaded, events occurring in them continue to process, even if no players are nearby.What is the command to keep a chunk loaded?
You can use the /forceload command to control whether chunks are force loaded in a world. A chunk that is force loaded will load constantly.Permanent and Remote Chunk Loading with Perma-Loader in Minecraft
More answers regarding how to keep the spawnchunks loaded without generating the nether or end
Answer 2
In 1.14 and abobe this game mechanic had changed. You can`t load chuncks with reddstone or hoppers anymore. You have to fire items trough the nether or force an skeleton to shot arrows to a snow golem. You have to fire items every 15 seconds, if you do so you will charge a 5x5 area. Is better explained in this Ilmango's video:
Answer 3
If you are using modded version and can add a mod to the mod list, Mystcraft mod could be used: an island world, with no seas, will look very "empty" (like The End).
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: MART PRODUCTION, cottonbro, Ketut Subiyanto, Kelly
