System.setProperty("apple.awt.graphics.EnableQ2DX", "true");
System.setProperty("apple.laf.useScreenMenuBar", "true");
System.setProperty("com.apple.mrj.application.apple.menu.about.name", "JCloisterZone");
ConfigLoader configLoader = new ConfigLoader();
Config config = configLoader.load();
I18nUtils.setLocale(config.getLocaleObject()); //must be set before Expansions enum is initialized
List<Plugin> plugins = loadPlugins(config);