Display stats from bf3stats.com ingame.
- install the bf3stats python module
easyinstall -U bf3stats
- install this plugin
- copy the contents of
extplugins
tob3/extplugins/
- add
<plugin name="bf3_stats" config="@b3/extplugins/conf/plugin_bf3stats.xml"/>
in your main b3 config file
Use the command !bf3stats
ingame to display your short stats.
You can use !bf3stats <playername>
to display stats from other players.
With variables can you customize the output of the !bf3stats
command.
The default configuration in plugin_bf3stats.xml:
Stats for %(name)s: K/D: %(kd_ratio)s, Killstreak: %(killstreakbonus)s, Skill: %(elo)s
This display: Stats for O2ON: K/D: 1.61, Killstreak: 50, Skill: 592.02
A list of available variables you can find in the wiki.
- bf3stats.com for the nice API