BF3stats plugin for Big Brother Bot (www.bigbrotherbot.net)
This plugin provides a command which can query the bf3stats.com website for stats about players.
Bf3stats.com service does only refresh players stats on request, either by searching a player on the bf3stats.com website or using a registered app key.
If you go on http://bf3stats.com/site/api/apps and register your plugin in the Register App form, then you will be given a ident / secret_key pair that you can set in this plugin config file. This will allow the plugin to request updates for you.
- This plugin only works for BF3 servers
- B3 v1.8.2dev2 or later
copy the bf3stats folder into b3/extplugins
copy the plugin_bf3stats.ini file into your b3 config folder
add to the plugins section of your main b3 config file:
<plugin name="bf3stats" config="@conf/plugin_bf3stats.ini" />
- !bf3stats or /bf3stats
- display your own stats
- !bf3stats <player> or /bf3stats <player>
- display stats for player to the user using the command
Support is only provided on www.bigbrotherbot.net forums on the following topic : http://bit.ly/HUCyw3
This plugin has been made possible thanks to :
- features can be discussed on the B3 forums
- documented and reproducible bugs can be reported on the issue tracker
- patches are welcome. Send me a pull request. It is best if your patch provides tests.
- 1.0
- first release which can query players' stats from bf3stats.com
- 1.1
- can now request stats update on bf3stats.com given that you registered your app
- 1.1.1
- Do not duplicate requests for a same player made multiple times waiting for the update result
- Cosmetic changes to the way results are displayed
- 1.1.2
- Fixes bug preventing the plugin to load with B3 1.8.2
- 1.2
- Stats display the Headshots per kill ratio (H/K) instead of Nemesis percentage