getServer().getPluginManager().disablePlugin(this);
return;
}
// Turn on Logging and register ourselves with Core
log.info(logPrefix + "- Version " + this.getDescription().getVersion() + " Enabled - By " + getAuthors());
debugLog = new DebugLog("Multiverse-Portals", getDataFolder() + File.separator + "debug.log");
this.core.incrementPluginCount();
// Register our commands
this.registerCommands();