When using MythicMobs and AlwaysShowName set to false, we do not show the mob name but rather we seem to replace it with the vanilla name. That also causes the mob's name to be unset/lost. This is likely because the custom name is not visible. We should be able to read the custom name either from the Bukkit API itself (whether it's shown or not) or add a soft-dependency on MythicMobs. See also #15 (from @Maitlans)
When using MythicMobs and
AlwaysShowNameset tofalse, we do not show the mob name but rather we seem to replace it with the vanilla name. That also causes the mob's name to be unset/lost. This is likely because the custom name is not visible. We should be able to read the custom name either from the Bukkit API itself (whether it's shown or not) or add a soft-dependency on MythicMobs. See also #15 (from @Maitlans)