Releases: Dans-Plugins/Activity-Tracker
Releases · Dans-Plugins/Activity-Tracker
Activity Tracker 1.2.0 (No More Singleton, Null Error Fix)
What's Changed
- Moving away from the Singleton pattern. by @dmccoystephenson in #51
- Most Recent Session Null Error Fix by @dmccoystephenson in #52
Full Changelog: 1.1...1.2.0
Activity Tracker 1.1 (Ponder Integration)
What's Changed
- Integrated Ponder with the plugin. by @dmccoystephenson in #48
- Ponder Update by @dmccoystephenson in #50
Full Changelog: v1.0...1.1
Activity Tracker v1.0
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
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
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
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)
The initial version of the plugin. Pretty barebones.