I dont try it, but may it will work if U replace the line 1855 in the admin.py
cmd.sayLoudOrPM(client, '^7Next Map: ^2%s' % map)
with this one
self.plugin.console.say('^7Next Map: ^2%s' % map)
U need also to restart the bot after u have safed the changes