for (World world : worlds) {
// Keep spawn loaded
WorldConfigurationNode worldConfig = VanillaConfiguration.WORLDS.get(world);
final WorldGenerator generator = world.getGenerator();
boolean newWorld = world.getAge() <= 0;
if (worldConfig.LOADED_SPAWN.getBoolean() || newWorld) {
final Point spawn;