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

View file

@ -43,7 +43,7 @@ public class LibsDisguises extends JavaPlugin {
if (ReflectionManager.getMinecraftVersion().startsWith("1.13")) { if (ReflectionManager.getMinecraftVersion().startsWith("1.13")) {
if (!LibsPremium.isPremium()) { if (!LibsPremium.isPremium()) {
getLogger().severe("You must purchase the plugin to use 1.13!"); 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 " + getLogger().severe("If you've already purchased the plugin, place the purchased jar inside the " +
"Lib's Disguises plugin folder"); "Lib's Disguises plugin folder");
getPluginLoader().disablePlugin(this); getPluginLoader().disablePlugin(this);