Add server version info to the startup banner

This commit is contained in:
Luck
2017-03-12 14:59:27 +00:00
Unverified
parent d18ac2e6eb
commit f5007f94dc
3 changed files with 8 additions and 3 deletions
@@ -390,6 +390,7 @@ public interface LuckPermsPlugin {
sender.sendMessage(Util.color("&b |___ \\__/ \\__, | \\ &3| |___ | \\ | | .__/ "));
sender.sendMessage(Util.color(" "));
sender.sendMessage(Util.color("&2 Loading version &bv" + plugin.getVersion() + "&2 on " + plugin.getServerType().getFriendlyName() + " - " + plugin.getServerName()));
sender.sendMessage(Util.color("&8 Running on server version " + plugin.getServerVersion()));
sender.sendMessage(Util.color(" "));
}