Please, make an configured option for displaying an acrive title in the breadcrumbs.
For this time I have to put 'false' to display it right way (disable displaying):
breadcrumbs_navxt_class.php line 782:
else if(false && isset($type->post_type) && !$this->is_builtin($type->post_type))
{
//Place the breadcrumb in the trail, uses the constructor to set the title, prefix, and suffix, get a pointer to it in return
$breadcrumb = $this->add(new bcn_breadcrumb($this->post_type_archive_title(get_post_type_object($type->post_type)), $this->opt['post_page_prefix'],
$this->opt['post_page_suffix']));
//Deal with the anchor
$breadcrumb->set_anchor($this->opt['blog_anchor'], get_post_type_archive_link($type->post_type));
}