From fb7c534c79d853163b3adda8683938ea92b56172 Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Tue, 17 Jul 2018 15:15:23 +0200 Subject: [PATCH 1/2] Removed useless soft-dependencies from plugin.yml --- plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.yml b/plugin.yml index 0e471f4ae..1d44d1c9d 100755 --- a/plugin.yml +++ b/plugin.yml @@ -4,7 +4,7 @@ version: ${version} authors: [tastybento, Poslovitch] -softdepend: [Herochat, DeluxeChat, PlaceholderAPI, MVdWPlaceholderAPI] +softdepend: [PlaceholderAPI, MVdWPlaceholderAPI] load: startup loadbefore: [Multiverse-Core] From ebd0f828242b3cba6cf79ebf60c59b948fcfa941 Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Tue, 17 Jul 2018 15:16:07 +0200 Subject: [PATCH 2/2] Switched from Bukkit API to Spigot API as it has more useful features --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 37b33158c..3b89667f7 100644 --- a/pom.xml +++ b/pom.xml @@ -145,8 +145,8 @@ - org.bukkit - bukkit + org.spigotmc + spigot-api 1.12.2-R0.1-SNAPSHOT provided