debug msg
parent
6db503c240
commit
ea1f9801d8
|
@ -14,11 +14,6 @@ import earth.krakatoa.core.config.RedisConfig;
|
||||||
import earth.krakatoa.core.mongo.MongoManager;
|
import earth.krakatoa.core.mongo.MongoManager;
|
||||||
import earth.krakatoa.core.redis.RedisManager;
|
import earth.krakatoa.core.redis.RedisManager;
|
||||||
import earth.krakatoa.core.util.Formatter;
|
import earth.krakatoa.core.util.Formatter;
|
||||||
import java.io.IOException;
|
|
||||||
import java.net.URISyntaxException;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Objects;
|
|
||||||
import java.util.UUID;
|
|
||||||
import lombok.Getter;
|
import lombok.Getter;
|
||||||
import net.krakatoaapi.command.KrakataoCommand;
|
import net.krakatoaapi.command.KrakataoCommand;
|
||||||
import net.krakatoaapi.config.ConfigHandler;
|
import net.krakatoaapi.config.ConfigHandler;
|
||||||
|
@ -30,6 +25,12 @@ import org.bukkit.configuration.InvalidConfigurationException;
|
||||||
import org.bukkit.plugin.PluginManager;
|
import org.bukkit.plugin.PluginManager;
|
||||||
import org.bukkit.plugin.java.JavaPlugin;
|
import org.bukkit.plugin.java.JavaPlugin;
|
||||||
|
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.net.URISyntaxException;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Objects;
|
||||||
|
import java.util.UUID;
|
||||||
|
|
||||||
@Getter
|
@Getter
|
||||||
public class KrakatoaAPI extends JavaPlugin {
|
public class KrakatoaAPI extends JavaPlugin {
|
||||||
|
|
||||||
|
@ -80,6 +81,8 @@ public class KrakatoaAPI extends JavaPlugin {
|
||||||
|
|
||||||
this.kraSocketClient.getSocketClient().connect();
|
this.kraSocketClient.getSocketClient().connect();
|
||||||
|
|
||||||
|
this.getLogger().info("testaa");
|
||||||
|
|
||||||
this.mongoManager = new MongoManager(new MongoConfig(this.configHandler.getMongodbHost(),
|
this.mongoManager = new MongoManager(new MongoConfig(this.configHandler.getMongodbHost(),
|
||||||
this.configHandler.getMongodbPort(), this.configHandler.getMongodbUsername(),
|
this.configHandler.getMongodbPort(), this.configHandler.getMongodbUsername(),
|
||||||
this.configHandler.getMongodbPassword(),
|
this.configHandler.getMongodbPassword(),
|
||||||
|
|
Loading…
Reference in New Issue