promotional bannermobile promotional banner

Netstats

Track player stats in real time

File Details

Netstats v5.0.2

  • R
  • Feb 2, 2012
  • 29.30 KB
  • 951
  • CB 1.1-R3

File Name

Netstats.jar

Supported Versions

  • CB 1.1-R3
  • Fix an NPE when using /reload and players are logged into the server.
  • Limit the API due to possible security exploits. Now only fetches stats.
  • Break the block place/break class into separate classes. This allows for less RAM usage when not tracking one or the other.
  • Changed install process back to original method. No more "installed=" in config.txt!
  • More cleanup during onDisable().
  • Re-written client request handling and JSON-ifying of response.
    • Allows client to specify which world(s) they want stats from.
  • No longer need to ask for which stats are being tracked, server automatically sends only stats it's been told to track.
  • Move the distance tracking listener to its own class.