Посмотри конфиг, скорее всего имя написал неправильно!
Если у тебя есть такой конфиг
#------------------------------------------------- ------------
# Setting name patterns
#------------------------------------------------- ------------
# The name of the character
CnameTemplate = ([0-9A-Za-z]{2,16})|([0-9\u0410-\u044f]{2,16})
# The name of the clan
ClanNameTemplate = ([0-9A-Za-z]{3,16 })|([ 0-9\u0410-\u044f]{3,16})
# Title of the clan
ClanTitleTemplate = ([0-9A-Za-z\\p{Punct}]{1,16 })|([0-9\u0410-\u044f\\p{Punct}]{1,16})
# The name of the alliance
AllyNameTemplate = ([0-9A-Za-z]{3,16 })|([ 0-9\u0410-\u044f]{3,16})