From bd04c29acd41f1bb38960bb62225dde9ab9c4e7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 17:02:35 +0000 Subject: [PATCH 1/3] Bump velocity-api from 1.1.5 to 1.1.6 Bumps velocity-api from 1.1.5 to 1.1.6. --- updated-dependencies: - dependency-name: com.velocitypowered:velocity-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- velocity-legacy/pom.xml | 2 +- velocity/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/velocity-legacy/pom.xml b/velocity-legacy/pom.xml index 20f2bba..1b7ae7b 100644 --- a/velocity-legacy/pom.xml +++ b/velocity-legacy/pom.xml @@ -53,7 +53,7 @@ com.velocitypowered velocity-api - 1.1.5 + 1.1.6 provided diff --git a/velocity/pom.xml b/velocity/pom.xml index f105843..ea219a5 100644 --- a/velocity/pom.xml +++ b/velocity/pom.xml @@ -54,7 +54,7 @@ com.velocitypowered velocity-api - 3.0.0-SNAPSHOT + 1.1.6 provided From eb4ec462d21c2ec23cd943da7091ffdd1b3cb988 Mon Sep 17 00:00:00 2001 From: Andre601 <11576465+Andre601@users.noreply.github.com> Date: Mon, 7 Jun 2021 19:16:16 +0200 Subject: [PATCH 2/3] Preparing for MC 1.17 --- .../oneversionremake/core/enums/ProtocolVersion.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/core/src/main/java/com/andre601/oneversionremake/core/enums/ProtocolVersion.java b/core/src/main/java/com/andre601/oneversionremake/core/enums/ProtocolVersion.java index 41769c6..42130d9 100644 --- a/core/src/main/java/com/andre601/oneversionremake/core/enums/ProtocolVersion.java +++ b/core/src/main/java/com/andre601/oneversionremake/core/enums/ProtocolVersion.java @@ -23,32 +23,42 @@ import java.util.stream.Collectors; public enum ProtocolVersion{ + MC_1_17 (755, "1.17", "1.17.x"), + MC_1_16_5(754, "1.16.5", "1.16.x"), MC_1_16_3(753, "1.16.3", "1.16.x"), MC_1_16_2(751, "1.16.2", "1.16.x"), MC_1_16_1(736, "1.16.1", "1.16.x"), MC_1_16 (735, "1.16", "1.16.x"), + MC_1_15_2(578, "1.15.2", "1.15.x"), MC_1_15_1(575, "1.15.1", "1.15.x"), MC_1_15 (573, "1.15", "1.15.x"), + MC_1_14_4(498, "1.14.4", "1.14.x"), MC_1_14_3(490, "1.14.3", "1.14.x"), MC_1_14_2(485, "1.14.2", "1.14.x"), MC_1_14_1(480, "1.14.1", "1.14.x"), MC_1_14 (477, "1.14", "1.14.x"), + MC_1_13_2(404, "1.13.2", "1.13.x"), MC_1_13_1(401, "1.13.1", "1.13.x"), MC_1_13 (393, "1.13", "1.13.x"), + MC_1_12_2(340, "1.12.2", "1.12.x"), MC_1_12_1(338, "1.12.1", "1.12.x"), MC_1_12 (335, "1.12", "1.12.x"), + MC_1_11_2(316, "1.11.2", "1.11.x"), MC_1_11 (315, "1.11", "1.11.x"), + MC_1_10_2(210, "1.10.2", "1.10.2"), + MC_1_9_4 (110, "1.9.4", "1.9.x"), MC_1_9_2 (109, "1.9.2", "1.9.x"), MC_1_9_1 (108, "1.9.1", "1.9.x"), MC_1_9 (107, "1.9", "1.9.x"), + MC_1_8_9 (47, "1.8.9", "1.8.9"), // In case none of the above versions match From 2aa60214310b18b881803c239ae4a2b50fa65b38 Mon Sep 17 00:00:00 2001 From: Andre601 <11576465+Andre601@users.noreply.github.com> Date: Fri, 11 Jun 2021 17:33:07 +0200 Subject: [PATCH 3/3] Update BungeeCord to 1.17 --- bungeecord/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bungeecord/pom.xml b/bungeecord/pom.xml index d7c232c..2a35152 100644 --- a/bungeecord/pom.xml +++ b/bungeecord/pom.xml @@ -49,7 +49,7 @@ net.md-5 bungeecord-api - 1.16-R0.5-SNAPSHOT + 1.17-R0.1-SNAPSHOT jar provided