Is there any plugin in admin mod which auto kicks continuous name changers? i.e. player which changes name more then 5 times in one map?
Is there any plugin in admin mod which auto kicks continuous name changers? i.e. player which changes name more then 5 times in one map?
yes
look in your config file, it is normally set to 5 and active.
[nameprotection]
enabled = 1
badnamekick = 1
badnamekickmode = "kick"
badnamekickreason = "Your name contains an illegal part: <PART>"
adminnamekick = 1
adminnamekickmode = "kick"
adminnamekickreason = "Your name is an admins name"
maxnamechanges = 5 <-------------adjust to what you want
maxnamechangeskickmode = "tempban"
maxnamechangeskickreason = "Max. namechanges reached"
uppercasedisallow = 0
uppercasekickreason = "Please do not use only upper case letters in your nickname"
uppercasekickmode = "kick"