Change color for cmd_find
Blue is basically unreadable (even worse with some resource packs)
This commit is contained in:
@@ -28,7 +28,7 @@ public class CommandFind extends PlayerCommand
|
||||
sender.sendMessage( ChatColor.RED + "That user is not online" );
|
||||
} else
|
||||
{
|
||||
sender.sendMessage( ChatColor.BLUE + args[0] + " is online at " + player.getServer().getInfo().getName() );
|
||||
sender.sendMessage( ChatColor.GREEN + args[0] + " is online at " + player.getServer().getInfo().getName() );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user