isSpoutPluginEnabled = CommonUtil.isPluginEnabled("Spout");
isMultiverseEnabled = CommonUtil.isPluginEnabled(MULTIVERSE_NAME);
// Continue loading the configuration(s)
FileConfiguration config = new FileConfiguration(this);
config.load();
config.setHeader("This is the configuration of MyWorlds");
config.addHeader("For more information, you can visit the following websites:");
config.addHeader("http://dev.bukkit.org/server-mods/my-worlds/");
config.addHeader("http://forums.bukkit.org/threads/myworlds.31718");