// Initialize Settings - Needs to come pretty much first
BBSettings.initialize(getDataFolder());
// Download dependencies...
if (BBSettings.libraryAutoDownload) {
updater = new Updater();
try {
updater.check();
updater.update();
} catch (Throwable e) {
BBLogging.severe("Could not download dependencies", e);