Version bump

This commit is contained in:
Rsl1122 2017-10-02 18:12:37 +03:00
parent d4b1428a5b
commit f41992ac42
3 changed files with 4 additions and 5 deletions

View File

@ -172,7 +172,7 @@ public class Plan extends BukkitPlugin<Plan> implements IPlan {
webServer.initServer();
if (!webServer.isEnabled()) {
Log.error("WebServer was not successfully initialized.");
Log.error("WebServer was not successfully initialized. Is the port (" + Settings.WEBSERVER_PORT.getNumber() + ") in use?");
}
Benchmark.stop("Enable", "WebServer Initialization");
@ -189,8 +189,7 @@ public class Plan extends BukkitPlugin<Plan> implements IPlan {
Log.infoColor(Locale.get(Msg.ENABLE_NOTIFY_EMPTY_IP).toString());
}
if (usingBungeeWebServer && usingAlternativeIP) {
// TODO Move to Locale
Log.info("Make sure that the alternative IP points to Bungee Server: " + Settings.ALTERNATIVE_IP.toString());
Log.info("Make sure that the alternative IP points to the Bukkit Server: " + Settings.ALTERNATIVE_IP.toString());
}
registerCommand(new PlanCommand(this));

View File

@ -1,4 +1,4 @@
name: Plan
author: Rsl1122
main: main.java.com.djrapitops.plan.PlanBungee
version: 4.0.0
version: 4.0.1

View File

@ -1,7 +1,7 @@
name: Plan
author: Rsl1122
main: main.java.com.djrapitops.plan.Plan
version: 4.0.0
version: 4.0.1
softdepend:
- OnTime
- EssentialsX