From 8a24f8568f83a97dda2ddb300384b3120ad1a781 Mon Sep 17 00:00:00 2001 From: libraryaddict Date: Sun, 16 Dec 2018 17:21:18 +1300 Subject: [PATCH] Release 9.7.1, make plugin free --- pom.xml | 2 +- .../me/libraryaddict/disguise/LibsDisguises.java | 13 +------------ 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 27076526..69ca3090 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ LibsDisguises LibsDisguises - 9.7.0-SNAPSHOT + 9.7.1 clean install diff --git a/src/main/java/me/libraryaddict/disguise/LibsDisguises.java b/src/main/java/me/libraryaddict/disguise/LibsDisguises.java index dfd7e13d..377fdce3 100644 --- a/src/main/java/me/libraryaddict/disguise/LibsDisguises.java +++ b/src/main/java/me/libraryaddict/disguise/LibsDisguises.java @@ -47,18 +47,7 @@ public class LibsDisguises extends JavaPlugin { LibsPremium.check(getDescription().getVersion()); - 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 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); - return; - } - } else { + if (!ReflectionManager.getMinecraftVersion().startsWith("1.13")) { getLogger().severe("You're using the wrong version of Lib's Disguises for your server! This is " + "intended for 1.13!"); getPluginLoader().disablePlugin(this);