When i use the !nextmap i get the following error.
handler AdminPlugin could not handle event Say: IOError: [Errno 2] No such file or directory: '/home/asutton/.q3a/q3ut4/mapcycle.txt' [('/usr/local/lib/python2.6/dist-packages/b3-1.2.1-py2.6.egg/b3/parser.py', 711, 'handleEvents', 'hfunc.parseEvent(event)'), ('/usr/local/lib/python2.6/dist-packages/b3-1.2.1-py2.6.egg/b3/plugin.py', 143, 'parseEvent', 'self.onEvent(event)'), ('/usr/local/lib/python2.6/dist-packages/b3-1.2.1-py2.6.egg/b3/plugin.py', 161, 'onEvent', 'self.handle(event)'), ('/usr/local/lib/python2.6/dist-packages/b3-1.2.1-py2.6.egg/b3/plugins/admin.py', 137, 'handle', 'self.OnSay(event)'), ('/usr/local/lib/python2.6/dist-packages/b3-1.2.1-py2.6.egg/b3/plugins/admin.py', 269, 'OnSay', 'results = command.execute(data, event.client)'), ('/usr/local/lib/python2.6/dist-packages/b3-1.2.1-py2.6.egg/b3/plugins/admin.py', 2094, 'execute', 'self.func(data, client, copy.copy(self))'), ('/usr/local/lib/python2.6/dist-packages/b3-1.2.1-py2.6.egg/b3/plugins/admin.py', 1848, 'cmd_nextmap', 'map = self.console.getNextMap()'), ('/usr/local/lib/python2.6/dist-packages/b3-1.2.1-py2.6.egg/b3/parsers/iourt41.py', 1022, 'getNextMap', "cyclemapfile = open(mapfile, 'r')")]
I understand it can't find the file, where is this path set in the b3 configs for that file location so i can point it at the right place?