From add91b67058a63c6394ea28bbd7e591dd8063612 Mon Sep 17 00:00:00 2001 From: libraryaddict Date: Thu, 13 Dec 2018 19:50:31 +1300 Subject: [PATCH] Release 9.7.0 --- pom.xml | 2 +- src/main/java/me/libraryaddict/disguise/LibsDisguises.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2894af75..eadbb533 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ LibsDisguises LibsDisguises - 9.6.0-SNAPSHOT + 9.7.0 clean install diff --git a/src/main/java/me/libraryaddict/disguise/LibsDisguises.java b/src/main/java/me/libraryaddict/disguise/LibsDisguises.java index cf496d7b..1148bf24 100644 --- a/src/main/java/me/libraryaddict/disguise/LibsDisguises.java +++ b/src/main/java/me/libraryaddict/disguise/LibsDisguises.java @@ -43,7 +43,7 @@ public class LibsDisguises extends JavaPlugin { if (ReflectionManager.getMinecraftVersion().startsWith("1.13")) { if (!LibsPremium.isPremium()) { getLogger().severe("You must purchase the plugin to use 1.13!"); - getLogger().severe("This will be released two weeks after Spigot is stable!"); + getLogger().severe("This will be released in just a few days, or you can buy it now for 50% off with all premium-only features included!"); getLogger().severe("If you've already purchased the plugin, place the purchased jar inside the " + "Lib's Disguises plugin folder"); getPluginLoader().disablePlugin(this);