Statistics

Statistics 1.4.1

No permission to download
Statistics

This is an automated script that collects and displays shards statistics in-game and on console.

In-game player command: [Statistics

screenshot.png


All those statistics are publicly accessible, so you can integrated with other scripts, like displaying the statistics on web status page.

Install

Just drop this script anywhere inside your Scripts folder.

Configuration

You can change Configs on the of the script:
Code:
bool Enabled = true;                            // Is this system enabled?
bool ConsoleReport = true;                      // Should we report statistics on console?
TimeSpan Interval = TimeSpan.FromMinutes(1);    // How often should we update statistics?
AccessLevel CanSeeStats = AccessLevel.Player;   // What's the level required to see statistics in-game?
AccessLevel CanUpdateStats = AccessLevel.Seer;  // What's the level required to update statistics in-game?
Author
Felladrin
Downloads
79
Views
1,397
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Felladrin

Back