From 1a7a76ee0c5cdea03743f0e7e484d0bbf43333b0 Mon Sep 17 00:00:00 2001 From: bundabrg Date: Mon, 6 Jul 2020 16:32:07 +0800 Subject: [PATCH] Update Version to 1.1.0-SNAPSHOT and set repo to bundabrg --- bootstrap/bungeecord/pom.xml | 4 ++-- bootstrap/pom.xml | 2 +- bootstrap/spigot/pom.xml | 4 ++-- bootstrap/sponge/pom.xml | 4 ++-- bootstrap/standalone/pom.xml | 4 ++-- bootstrap/velocity/pom.xml | 4 ++-- common/pom.xml | 2 +- connector/pom.xml | 4 ++-- .../org/geysermc/connector/GeyserConnector.java | 6 ++++-- docs/plugins.md | 2 +- pom.xml | 14 ++++++++------ 11 files changed, 27 insertions(+), 23 deletions(-) diff --git a/bootstrap/bungeecord/pom.xml b/bootstrap/bungeecord/pom.xml index 565264f0f49..53750a851c0 100644 --- a/bootstrap/bungeecord/pom.xml +++ b/bootstrap/bungeecord/pom.xml @@ -6,7 +6,7 @@ org.geysermc bootstrap-parent - 1.0.0 + 1.1.0-SNAPSHOT ../ bootstrap-bungeecord @@ -14,7 +14,7 @@ org.geysermc connector - 1.0.0 + 1.1.0-SNAPSHOT compile diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index 85ede3466d9..bb4e0bf066f 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -10,7 +10,7 @@ ../ bootstrap-parent - 1.0.0 + 1.1.0-SNAPSHOT pom diff --git a/bootstrap/spigot/pom.xml b/bootstrap/spigot/pom.xml index e05ad7f03d9..5cfc3654cd5 100644 --- a/bootstrap/spigot/pom.xml +++ b/bootstrap/spigot/pom.xml @@ -6,7 +6,7 @@ org.geysermc bootstrap-parent - 1.0.0 + 1.1.0-SNAPSHOT ../ bootstrap-spigot @@ -14,7 +14,7 @@ org.geysermc connector - 1.0.0 + 1.1.0-SNAPSHOT compile diff --git a/bootstrap/sponge/pom.xml b/bootstrap/sponge/pom.xml index cca3fcaae78..72ae4c70825 100644 --- a/bootstrap/sponge/pom.xml +++ b/bootstrap/sponge/pom.xml @@ -6,7 +6,7 @@ org.geysermc bootstrap-parent - 1.0.0 + 1.1.0-SNAPSHOT ../ bootstrap-sponge @@ -14,7 +14,7 @@ org.geysermc connector - 1.0.0 + 1.1.0-SNAPSHOT compile diff --git a/bootstrap/standalone/pom.xml b/bootstrap/standalone/pom.xml index 468042b8ffa..9956b7078bb 100644 --- a/bootstrap/standalone/pom.xml +++ b/bootstrap/standalone/pom.xml @@ -6,7 +6,7 @@ org.geysermc bootstrap-parent - 1.0.0 + 1.1.0-SNAPSHOT ../ bootstrap-standalone @@ -14,7 +14,7 @@ org.geysermc connector - 1.0.0 + 1.1.0-SNAPSHOT compile diff --git a/bootstrap/velocity/pom.xml b/bootstrap/velocity/pom.xml index 7c42ba3362f..2fed7564539 100644 --- a/bootstrap/velocity/pom.xml +++ b/bootstrap/velocity/pom.xml @@ -6,7 +6,7 @@ org.geysermc bootstrap-parent - 1.0.0 + 1.1.0-SNAPSHOT ../ bootstrap-velocity @@ -14,7 +14,7 @@ org.geysermc connector - 1.0.0 + 1.1.0-SNAPSHOT compile diff --git a/common/pom.xml b/common/pom.xml index 0df8ef4bf6c..3648740f3eb 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -10,7 +10,7 @@ ../ common - 1.0.0 + 1.1.0-SNAPSHOT com.google.code.gson diff --git a/connector/pom.xml b/connector/pom.xml index b2bc15263cc..44db0a7c473 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -10,12 +10,12 @@ ../ connector - 1.0.0 + 1.1.0-SNAPSHOT org.geysermc common - 1.0.0 + 1.1.0-SNAPSHOT compile diff --git a/connector/src/main/java/org/geysermc/connector/GeyserConnector.java b/connector/src/main/java/org/geysermc/connector/GeyserConnector.java index 11b293c23fe..ae5194ba7c3 100644 --- a/connector/src/main/java/org/geysermc/connector/GeyserConnector.java +++ b/connector/src/main/java/org/geysermc/connector/GeyserConnector.java @@ -111,8 +111,6 @@ private GeyserConnector(PlatformType platformType, GeyserBootstrap bootstrap) { instance = this; this.bootstrap = bootstrap; - this.eventManager = new EventManager(this); - this.pluginManager = new PluginManager(this, bootstrap.getConfigFolder().resolve("plugins").toFile()); GeyserLogger logger = bootstrap.getGeyserLogger(); GeyserConfiguration config = bootstrap.getGeyserConfig(); @@ -129,6 +127,10 @@ private GeyserConnector(PlatformType platformType, GeyserBootstrap bootstrap) { logger.setDebug(config.isDebugMode()); + this.eventManager = new EventManager(this); + this.pluginManager = new PluginManager(this, bootstrap.getConfigFolder().resolve("plugins").toFile()); + System.exit(1); + PacketTranslatorRegistry.init(); /* Initialize translators and registries */ diff --git a/docs/plugins.md b/docs/plugins.md index b559d303015..bff64330117 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -31,7 +31,7 @@ Add the following to the relevant section of your `pom.xml` org.geysermc connector - 1.0-SNAPSHOT + 1.1.0-SNAPSHOT provided diff --git a/pom.xml b/pom.xml index 3e119eb1197..1bbf4bf6362 100644 --- a/pom.xml +++ b/pom.xml @@ -69,14 +69,16 @@ - releases - nukkitx-releases - https://repo.nukkitx.com/maven-releases + bundabrg-repo + + https://repo.worldguard.com.au/repository/maven-releases + - snapshots - nukkitx-snapshots - https://repo.nukkitx.com/maven-snapshots + bundabrg-repo + + https://repo.worldguard.com.au/repository/maven-snapshots +