mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Change look of /bending version
This commit is contained in:
parent
bb80cc0c7a
commit
b5e7e7642a
1 changed files with 3 additions and 1 deletions
|
@ -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())) {
|
||||
|
|
Loading…
Reference in a new issue