From 32be16767908338bb981ac569135041be726e86c Mon Sep 17 00:00:00 2001 From: Daniel Walsh Date: Wed, 11 Dec 2019 16:41:00 +0000 Subject: [PATCH 1/3] Support 1.15 --- src/main/java/me/mrCookieSlime/Slimefun/SlimefunPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/me/mrCookieSlime/Slimefun/SlimefunPlugin.java b/src/main/java/me/mrCookieSlime/Slimefun/SlimefunPlugin.java index 5594b5a93..268cd170c 100644 --- a/src/main/java/me/mrCookieSlime/Slimefun/SlimefunPlugin.java +++ b/src/main/java/me/mrCookieSlime/Slimefun/SlimefunPlugin.java @@ -105,7 +105,7 @@ public final class SlimefunPlugin extends JavaPlugin { private SlimefunHooks hooks; // Supported Versions of Minecraft - private final String[] supported = {"v1_14_"}; + private final String[] supported = {"v1_14_", "v1_15_"}; @Override public void onEnable() { From 3fe5d7c5d68950e228fb094507c303d570a6f625 Mon Sep 17 00:00:00 2001 From: Daniel Walsh Date: Wed, 11 Dec 2019 21:39:37 +0000 Subject: [PATCH 2/3] Update to CS-CoreLib supported 1.15 build --- pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 86e56fda4..07099b02c 100644 --- a/pom.xml +++ b/pom.xml @@ -79,6 +79,9 @@ shade + + C:/Users/Walshy/Documents/Servers/Slimefun-1.15/plugins/${project.artifactId}.jar + @@ -104,8 +107,8 @@ com.github.TheBusyBiscuit CS-CoreLib - 6e17183656 - provided + ec5b4c24e3 + provided com.github.thebusybiscuit From 5d3336ed9fff7e2c4276a0b7c017e6790ce32f19 Mon Sep 17 00:00:00 2001 From: Daniel Walsh Date: Wed, 11 Dec 2019 21:42:31 +0000 Subject: [PATCH 3/3] OOPS you saw nothing! --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index 07099b02c..d16416fc8 100644 --- a/pom.xml +++ b/pom.xml @@ -79,9 +79,6 @@ shade - - C:/Users/Walshy/Documents/Servers/Slimefun-1.15/plugins/${project.artifactId}.jar -