Skip to content

ragsden/b3-plugin-bf3stats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BF3stats plugin for Big Brother Bot (www.bigbrotherbot.net)

Description

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.

In-game screenshot

Requirements

  • This plugin only works for BF3 servers
  • B3 v1.8.2dev2 or later

Installation

  • 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" />

Commands

!bf3stats or /bf3stats

display your own stats

!bf3stats <player> or /bf3stats <player>

display stats for player to the user using the command

Support

Support is only provided on www.bigbrotherbot.net forums on the following topic : http://bit.ly/HUCyw3

Credit

This plugin has been made possible thanks to :

Player Stats Network

Contrib

  • 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.

Build Status

Changelog

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

About

B3 plugin which brings the command !bf3stats <player> to your BF3 server

Resources

Stars

Watchers

Forks

Packages

No packages published