warnings = new HashMap<Date, String>();
// Register our commands
ShowCaseStandalone.scs = this;
getCommand("scs").setExecutor(new CommandExecutorListener(this));
//Load our configuration
log(Level.INFO, "Loading configuration.", true);
loadSCSConfig(this.getConfig());
this.saveDefaultConfig();