Minecraft Netstats mod 2026 download
logo
minecraft mod Netstats

Netstats

Game Version: CB 1.1-R3
Total Downloads: 5,088
Updated: Feb 11, 2012
Created: Aug 28, 2011
Download NetstatsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Netstats v5.0.4 release 29.79 KB Feb 11, 2012 CB 1.1-R3 1,792 download Netstats Netstats v5.0.4 releaseDownload
Netstats v5.0.3 release 29.56 KB Feb 4, 2012 CB 1.1-R3 878 download Netstats Netstats v5.0.3 releaseDownload
Netstats v5.0.2 release 29.30 KB Feb 2, 2012 CB 1.1-R3 751 download Netstats Netstats v5.0.2 releaseDownload
Netstats v5.0.1 release 25.07 KB Jan 27, 2012 CB 1.1-R1 882 download Netstats Netstats v5.0.1 releaseDownload
Netstats v5.0 release 25.00 KB Jan 26, 2012 CB 1.1-R1 785 download Netstats Netstats v5.0 releaseDownload

Description

Share this:

Netstats is a plugin that watches each player's activities and saves it to their own stats file while running an internal server which is used by web clients to ask for player stats.

Plugin Version: v5.0.4

Web Version: v3.0 (Work In Progress)


*** Alerts ***

Updated: Feb. 10, 2012

v5.0.4 is out! Web client coming next.


Features

  • Monitors player online/offline status
  • Keeps track of when they were last on the server
  • Tracks total time they've been online
  • Tracks player's last used IP address
  • Tracks number of blocks broken
  • Tracks number of blocks placed
  • Tracks number of times the player has died
  • Tracks total distance traveled by the player
  • Tracks number of monsters killed
  • Tracks number of players killed
  • Tracks when the player first joined the server (after Netstats was installed).
  • Auto-generating/Auto-updating config
  • Tracking control (you choose what you want to be tracked)
  • Multi-world support
  • Reload-friendly
  • Supports any language that can send JSON via HTTP POST
  • 100% Java standard compliant

Commands

<> = required option, [] = optional, | = or, <command> = netstats or ns
/<command> stats – Shows list of stat names
/<command> get:config <option> – Gets config value
/<command> set:config <option> <value> – Sets config value
/<command> get:stat <stat>[,stat…] | all <player> – Get one or all stats of player

Examples

/netstats get:stat broken valrix
/ns get:stat placed,broken valrix
/ns get:stat all valrix


Config File Explained

Key Default Value Meaning
admin <blank> Username of admin's character
delay 30 Time in seconds until all player data is saved to disk
port 9999 Port to start the Netstats server on
ip true Track the player's IP Address
broken true Track when a block is broken
placed true Track when a block is placed
deaths true Track when a player dies
mobs true Track when a player kills a mob
players true Track when a player kills another player
distance true Track distance a player travels


Author's Notes/Warnings

  1. Don't use plugins that allow you to "roll back" any changes to the server. This will mess up all your stats!


Resources

  • Netstats Server API
  • Frequently Asked Questions


Planned Plugin Updates

  • Multi-language support

Planned Web Updates

  • Re-write to work with new system
  • Personal stat pages


Plugin Changelog

Version 5.0.4

  • Improved memory usage by removing more repeated strings and numbers
  • Fix a typo in the JSON builder
  • Fixed/improved command handling
  • Improved documentation

Web Changelog

Version 2.1

  • Some code cleanup and fixes as well as a better auto-updater that makes sure that the updater is the latest version before doing the actual update process.
  • Localization support for 7 different languages.
  • File name changes to be more Netstats-specific which will prevent clashes of CSS and other pages.
  • Better include() and require() calls so a page is only added once which speeds up all the pages and keeps them from destroying each other.

Comments

Add a comment