diff --git a/src/main/java/com/github/thefloatingpixel/discordlog/DiscordLogCommand.java b/src/main/java/com/github/thefloatingpixel/discordlog/DiscordLogCommand.java index 4eb4931..79e16bd 100644 --- a/src/main/java/com/github/thefloatingpixel/discordlog/DiscordLogCommand.java +++ b/src/main/java/com/github/thefloatingpixel/discordlog/DiscordLogCommand.java @@ -45,7 +45,8 @@ public boolean onCommand(CommandSender sender, Command command, String label, St } break; case "info": - sender.sendMessage(ChatColor.GREEN + "" + ChatColor.BOLD + "DiscordLog v.1.0" + ChatColor.RESET + + sender.sendMessage(ChatColor.GREEN + "" + ChatColor.BOLD + + "DiscordLog v" + plugin.getDescription().getVersion() + ChatColor.RESET + ChatColor.DARK_GREEN + " >" +ChatColor.GREEN+ " by TheFloatingPixel" + ChatColor.DARK_GREEN + " >" +ChatColor.GREEN+ " Github (https://github.com/TheFloatingPixel/DiscordLog)"); break; diff --git a/src/test.txt b/src/test.txt deleted file mode 100644 index 30d74d2..0000000 --- a/src/test.txt +++ /dev/null @@ -1 +0,0 @@ -test \ No newline at end of file