UserStats

0 Downloads

About

This mod is starting out as a simple bukkit plugin to log players joining and disconnecting the server. It will record the last timestamps for the events along with track how often they've joined and how long they've played since they've first joined. The intentions is to let website query the data easily from a database for display.

It's currently under development and not quite done, also only supported MongoDB storage as that's what my server runs for database currently. I hope to have it support SQLite and others though.

Requirements

  • CraftBukkit 1134 (Unreleased 1.8 builds)
  • MongoDB or MySQL (others in future)