this.saveDefaultConfig();
//Initialize the customer loggers
if(Properties.logTransactions)
logTrans = new SCSLogger("ShowCaseStandlone", getDataFolder() + File.separator + "transactions.log");
if(Properties.threadDebug || Properties.chunkDebug || Properties.interactDebug || Properties.saveDebug)
logDebug = new SCSLogger("ShowCaseStandalone", getDataFolder() + File.separator + "debug.log");
// ShopHandler, ShopStorage
log(Level.INFO, "Initializing ShopHandler and ShopStorage", true);
log(Level.INFO, "Using " + Properties.storageType + " as storage type.", true);
log(Level.INFO, "getDatafolder: " + getDataFolder(), true);