Automatically load dimensions on server restart.

essenceoflove

New Member
Jul 29, 2019
21
0
0
Does anyone know how to automatically reload dimensions after a server restarts it's self. I only use the FTB launcher and no bukkit pluggins.
 

essenceoflove

New Member
Jul 29, 2019
21
0
0
I believe I have chunkloaders in the nether but my pump doesn't start back up until I go to the nether, and I don't have to load the chunk that its in. I also have the same problem with Galacticraft's spacestation dimension, and I know that one is chunkloaded.
 

triblades

New Member
Jul 29, 2019
80
0
0
It could be a configuration problem. For example, ChickenChunks.cfg has this option:
==============
#If set to false, players will have to be logged in for their chunkloaders to work.:Simply add <username>=<true|false>
allowoffline
{
DEFAULT=true
OP=true
}

==============

Also there is a special configuration rule for Mystcraft dimensions. You mentioned the Nether and Galacticraft, so I don't know if ChickenChunks does something with those...

==============
#Set to false to disable the automatic reloading of mystcraft dimensions on server restart
reload-dimensions=true

==============