From 88a526b5bf7f1b5129be3579ae85ffa05a26613e Mon Sep 17 00:00:00 2001 From: games647 Date: Sat, 14 Mar 2020 18:47:37 +0100 Subject: [PATCH] Drop support for Minecraft 1.7 --- README.md | 2 +- core/pom.xml | 21 +++++++++------------ 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index beacefa6..009058c9 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ https://ci.codemc.org/job/Games647/job/FastLogin/changes * Plugin: * [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) or * [ProtocolSupport](https://www.spigotmc.org/resources/protocolsupport.7201/) -* [Spigot](https://www.spigotmc.org) 1.7.10+ +* [Spigot](https://www.spigotmc.org) 1.8.8+ * Java 8+ * Run Spigot and/or BungeeCord/Waterfall in offline mode (see server.properties or config.yml) * An auth plugin. Supported plugins diff --git a/core/pom.xml b/core/pom.xml index dcdd417a..bf3fbefe 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -45,13 +45,6 @@ 1.7.30 - - - com.google.code.gson - gson - 2.2.4 - - net.md-5 @@ -69,17 +62,21 @@ com.github.games647 craftapi - 0.3 + 0.4 - + com.google.guava guava - - - 10.0.1 + 17.0 provided + + + com.google.code.gson + gson + 2.2.4 +