ShowCaseStandalone.slog(Level.INFO, "Writing changes to disk");
storage.save(sh);
ShowCaseStandalone.slog(Level.INFO, "Reloading shops from storage.");
storage.load(sh);
ShowCaseStandalone.slog(Level.INFO, "Starting shop update task.");
sh.start();
ShowCaseStandalone.slog(Level.INFO, "Showing display items in loaded chunks.");