About

This plugin shows stats for events on Aardwolf

Example Output

--------------  Stats for 01h:00m  ---------------
Type       |  Total     XP    QP    TP       Gold
--------------------------------------------------
Quests     |      1      0    12     0       2899
CPs        |      0      0     0     0          0
GQs        |      0      0     0     0          0
Mobs       |      4     72     0     0       1104
--------------------------------------------------
Total      |            72    12     0       4003

Commands

statmn

rep


usage: #bp.statmn.rep [-h] [minutes]

show report

positional arguments:
  minutes     the number of minutes in the report (default: 60m)

optional arguments:
  -h, --help  show help (default: False)

Base

api


usage: #bp.statmn.api [-h] [api]

list functions in the api

positional arguments:
  api         api to get details of

optional arguments:
  -h, --help  show help (default: False)

help


usage: #bp.statmn.help [-a] [-c] [-h]

show help info for this plugin

optional arguments:
  -a, --api       show functions this plugin has in the api (default: False)
  -c, --commands  show commands in this plugin (default: False)
  -h, --help      show help (default: False)

inspect


usage: #bp.statmn.inspect [-m METHOD] [-o OBJECT] [-s] [-h]

inspect a plugin

optional arguments:
  -m METHOD, --method METHOD
                        get code for a method
  -o OBJECT, --object OBJECT
                        show an object of the plugin, can be method or
                        variable
  -s, --simple          show a simple output (default: False)
  -h, --help            show help (default: False)

reset


usage: #bp.statmn.reset [-h]

reset the plugin

optional arguments:
  -h, --help  show help (default: False)

save


usage: #bp.statmn.save [-h]

save the plugin state

optional arguments:
  -h, --help  show help (default: False)

set


usage: #bp.statmn.set [-h] [name] [value]

change a setting in the plugin

if there are no arguments or 'list' is the first argument then
it will list the settings for the plugin

positional arguments:
  name        the setting name (default: list)
  value       the new value of the setting

optional arguments:
  -h, --help  show help (default: False)

stats


usage: #bp.statmn.stats [-h]

show plugin stats

optional arguments:
  -h, --help  show help (default: False)

Settings

infocolor


the info color

reportminutes


the # of minutes for the report to show

exppermin


the threshhold for showing exp per minute

statcolor


the stat color

show


show the report every x time