Ok now got echelon, xlrstats and b3 up and some plugins installed.
Still need some assistance on previous questions.
Got another.
The priority and ordering of plugin lines, mine seems to work but I have a feeling its not ideally structured, heres how it looks right now :
<plugin config="@conf/plugin_censor.xml" name="censor" />
<plugin config="@conf/plugin_spamcontrol.xml" name="spamcontrol" />
<plugin config="@conf/plugin_admin.xml" name="admin" />
<plugin config="@conf/plugin_tk.xml" name="tk" />
<plugin config="@conf/plugin_stats.xml" name="stats" />
<plugin config="@conf/plugin_pingwatch.xml" name="pingwatch" />
<plugin config="@conf/plugin_adv.xml" name="adv" />
<plugin config="@conf/plugin_status.xml" name="status" />
<plugin name="spree" priority="9" config="@b3/extplugins/conf/plugin_spree.xml"/>
<plugin name="geowelcome" priority="13" config="@b3/extplugins/conf/geowelcome.xml"/>
<plugin name="ctime" config="@b3/extplugins/conf/plugin_ctime.xml"/>
<plugin name="duel" />
<plugin name="countryfilter" priority="12"
config="@b3/extplugins/conf/countryfilter.xml"/>
<plugin name="banlist" priority="17" config="@b3/extplugins/conf/banlist.xml"/>
<plugin name="chatlogger" priority="18"
config="@b3/extplugins/conf/plugin_chatlogger.xml"/>
<plugin name="bfbc2mixedgames" config="@b3/extplugins/conf/bfbc2mixedgames.xml"/>
<plugin name="firstkill" config="@b3/extplugins/conf/firstkill.xml"/>
<plugin name="pingkicker" priority="5"
config="@b3/extplugins/conf/plugin_pingkicker.xml"/>
<plugin name="spawnstats" priority="23" config="@b3/extplugins/conf/spawnstats.xml"/>
<plugin name="tagprotect" config="@b3/extplugins/conf/tagprotect.xml"/>
<plugin name="topkiller" priority="8"
config="@b3/extplugins/conf/plugin_topkiller.xml"/>
Any advice?
Starting with censor, spamcontrol and admin is the correct way. First deal with profanity, than spammages and if the command still exists it will be handled by the admin plugin.
The rest is up to you, you'll want active plugins that need fast handling first, and passive plugins (such as stats and adv) later in the list. Priority is set by order, the higher in the list, the higher the priority of the plugin