Skip to content

Releases: Dans-Plugins/Activity-Tracker

Activity Tracker 1.2.0 (No More Singleton, Null Error Fix)

06 Nov 05:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1...1.2.0

Activity Tracker 1.1 (Ponder Integration)

07 May 05:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0...1.1

Activity Tracker v1.0

09 Oct 00:47
Compare
Choose a tag to compare

Changes in Activity Tracker v1.0

  • Added the top command, allowing players to view the top ten most active players.
  • Added the config command.
  • Allowed players to view their activity record by typing /at info with no arguments.
  • Added first recorded login to the output of the info command.
  • Added the stats command, allowing players to view activity stats for the server.

Activity Tracker v0.4

08 Oct 06:38
Compare
Choose a tag to compare
Activity Tracker v0.4 Pre-release
Pre-release

Changes in Activity Tracker v0.4

  • Implemented an autosave feature.
  • Created a bunch of interfaces.
  • Added "current status" to the output of the info command.
  • Integrated bStats with the plugin.
  • Made doubles get printed with only two digits after the decimal point.
  • When displaying a player's play time, the hours they've spent so far in their current session will now be accounted for.
  • If a player is online, how long they've been online will now be displayed in the output of the info command.
  • If a player is offline, how long they've been offline will now be displayed in the output of the info command.
  • Fixed "most recent session" field not getting saved and loaded for activity records.

Activity Tracker v0.3

06 Oct 06:20
Compare
Choose a tag to compare
Activity Tracker v0.3 Pre-release
Pre-release

Changes in Activity Tracker v0.3

  • Added the help command.
  • Added the info command, allowing players to view the activity record of a player.
  • Fixed the logoutDate field for a player remaining ll if the server was shut down,

Activity Tracker v0.2

06 Oct 05:41
Compare
Choose a tag to compare
Activity Tracker v0.2 Pre-release
Pre-release

Changes in Activity Tracker v0.2

  • Assigned IDs to sessions.
  • Created the Storage Manager class.
  • Made sessions get saved and loaded.
  • Made activity records get saved and loaded.
  • When a player logs out, their session will now be updated and the time they spent online will be calculated.
  • Created the Config Manager class.
  • Added the "debugMode" config option.

Activity Tracker v0.1 (Initial Version)

05 Oct 18:48
Compare
Choose a tag to compare
Pre-release

The initial version of the plugin. Pretty barebones.