Skip to main content
Dan's Plugins Community
HomeNewsGuidesLeaderboardAboutRoad MapCommissionsDev PortalAccount
All plugins
Activity Tracker icon

Activity Tracker

0

2 servers
Latest: 1.3.0
101 downloads

Tracks the activity of players.

DownloadUser guideSourceSpigotMC

Versions

All releases on GitHub
Latest
2.0.0-SNAPSHOT-8-8-2026
Pre-release
August 8, 2026

Snapshot release marking Activity-Tracker's move to an AI-first development approach.

Day-to-day feature work, grooming, review and maintenance now run through AI agents working directly against this repository, with the maintainers setting direction and approving what lands. The version bump marks that change in how the project is built — it is not a compatibility break. Behaviour, configuration and stored data are unchanged, and existing installations can upgrade in place.

This is a dated snapshot, not a finished release. It follows the precedent set by Medieval Factions' 6.0.0-SNAPSHOT-7-25-2026: the AI-first line has not yet been verified in live operation, and the snapshot designation stays until it has.

Version changes

  • pom.xml: 1.3.02.0.0-SNAPSHOT-8-8-2026

Opened as https://github.com/Dans-Plugins/Activity-Tracker/pull/88.


Drafted by Claude on behalf of Daniel Stephenson.

What's Changed

New Contributors

Full Changelog: https://github.com/Dans-Plugins/Activity-Tracker/compare/1.2.0...1.3.0

ActivityTracker-1.3.0.jar (3.8 MB)

What's Changed

New Contributors

Full Changelog: https://github.com/Dans-Plugins/Activity-Tracker/compare/1.2.0...1.3.0-alpha-1

What's Changed

Full Changelog: https://github.com/Dans-Plugins/Activity-Tracker/compare/1.1...1.2.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.

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.

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,

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.
The initial version of the plugin. Pretty barebones.

Something wrong, or something missing?

Bugs go to the plugin's issue tracker, where they can actually be fixed and tracked. Ideas for new behaviour go to the Dev Portal, where the community can upvote them.

v0.15.0-SNAPSHOT-8-8-2026
Source CodeReport a Bug