Hello,
I've been trying to get some external plugins on b3. None of them seem to work. Each one always leads to the same error message:
110504 23:43:07 BOT Loading Plugin #11 aimbotdetector [C:\Program Files\BigBrotherBot_1.5.0\extplugins\conf\aimbotdetector.xml]
110504 23:43:07 INFO Could not load built in plugin aimbotdetector (No module named aimbotdetector)
110504 23:43:07 INFO trying external plugin directory : "@b3\extplugins"
110504 23:43:07 CRITICAL Error loading plugin: No module named aimbotdetector
Traceback (most recent call last):
File "b3\parser.pyo", line 554, in loadPlugins
File "b3\parser.pyo", line 665, in pluginImport
ImportError: No module named aimbotdetector
This has happened with xlrstats and ctimer as well. I've tried moving them to different locations. I've tried putting the direct link instead of the @b3/... link. I've even changed the /'s to \'s and nothing seems to make it find the modules. I'm ready to throw it out the window!!!
Here's the stuff in b3.xml:
<settings name="plugins">
<set name="external_dir">"@b3/extplugins"</set>
</settings>
<plugins>
<plugin name="admin" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_admin.xml" disabled="no"/>
<plugin name="censor" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_censor.xml" disabled="no"/>
<plugin name="spamcontrol" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_spamcontrol.xml" disabled="no"/>
<plugin name="tk" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_tk.xml" disabled="no"/>
<plugin name="stats" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_stats.xml" disabled="no"/>
<plugin name="pingwatch" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_pingwatch.xml" disabled="no"/>
<plugin name="adv" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_adv.xml" disabled="no"/>
<plugin name="status" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_status.xml" disabled="no"/>
<plugin name="welcome" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_welcome.xml" disabled="no"/>
<plugin name="punkbuster" config="C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\plugin_punkbuster.xml" disabled="no"/>
<plugin name="aimbotdetector" config="@b3/extplugins/conf/aimbotdetector.xml"/>
</plugins>