Netstats v5.0.2

Details

  • Filename
    Netstats.jar
  • Uploaded by
  • Uploaded
    Feb 2, 2012
  • Size
    29.30 KB
  • Downloads
    809
  • MD5
    b0d4e23850936e6fa534b0ed98cf28e4

Supported Bukkit Versions

  • CB 1.1-R3

Changelog

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