if (config.isConfigurationSection(worldname))
section = config.getConfigurationSection(worldname);
// if not then create it
if (section == null)
section = config.createSection(worldname);
/* Create a config in the world's folder
* Find the generation section
* Does the global config contain a world section?
* Load from that world section