} catch (ClassNotFoundException e) {
e.printStackTrace();
}
}
// These are safe even if the build check fails
getCommand("spout").setExecutor(new SpoutCommand(this));
CRCConfig = new FlatFileStore<String>(new File(this.getDataFolder(), "CRCCache.txt"), String.class);
CRCConfig.load();
CRCStore.setConfigFile(CRCConfig);