Change look of /bending version

This commit is contained in:
MistPhizzle 2014-09-10 17:05:08 -04:00
parent bb80cc0c7a
commit b5e7e7642a

View file

@ -858,7 +858,9 @@ public class Commands {
s.sendMessage(ChatColor.RED + "You don't have permission to do that.");
return true;
}
s.sendMessage(ChatColor.GREEN + "This server is running " + ChatColor.RED + "ProjectKorra v" + plugin.getDescription().getVersion());
s.sendMessage(ChatColor.GREEN + "Core Version: " + ChatColor.RED + plugin.getDescription().getVersion());
s.sendMessage(ChatColor.GREEN + "Founded by: " + ChatColor.RED + "MistPhizzle");
s.sendMessage(ChatColor.GREEN + "Learn More: " + ChatColor.RED + "http://projectkorra.com");
return true;
}
if (Arrays.asList(removealiases).contains(args[0].toLowerCase())) {