diff --git a/src/main/java/com/hm/achievement/command/InfoCommand.java b/src/main/java/com/hm/achievement/command/InfoCommand.java index 74ebb4257..6c801abcc 100644 --- a/src/main/java/com/hm/achievement/command/InfoCommand.java +++ b/src/main/java/com/hm/achievement/command/InfoCommand.java @@ -25,9 +25,9 @@ public void getInfo(CommandSender sender) { sender.sendMessage(plugin.getChatHeader() + plugin.getColor() + plugin.getPluginLang().getString("version-command-version", "Version:") + " " + ChatColor.GRAY + plugin.getDescription().getVersion()); -// sender.sendMessage(plugin.getChatHeader() + plugin.getColor() -// + plugin.getPluginLang().getString("version-command-website", "Website:") + " " + ChatColor.GRAY -// + plugin.getDescription().getWebsite()); + sender.sendMessage(plugin.getChatHeader() + plugin.getColor() + + plugin.getPluginLang().getString("version-command-website", "Website:") + " " + ChatColor.GRAY + + plugin.getDescription().getWebsite()); sender.sendMessage(plugin.getChatHeader() + plugin.getColor() + plugin.getPluginLang().getString("version-command-author", "Author:") + " " + ChatColor.GRAY + plugin.getDescription().getAuthors().get(0));