Release 9.7.0

This commit is contained in:
libraryaddict 2018-12-13 19:50:31 +13:00
parent 40cc5a7a84
commit add91b6705
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<!-- A good example on why temporary names for project identification shouldn't be used -->
<groupId>LibsDisguises</groupId>
<artifactId>LibsDisguises</artifactId>
<version>9.6.0-SNAPSHOT</version>
<version>9.7.0</version>
<build>
<defaultGoal>clean install</defaultGoal>

View file

@ -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);