Skip to main content
Dan's Plugins Community
HomeNewsGuidesLeaderboardAboutRoad MapCommissionsAccountDiscordPatreonLinkedInRPKit
All guides

Activity Tracker Guide

0

User Guide

Prerequisites

  • A Spigot-based Minecraft server (1.13 or higher)
  • Java 8 or higher

First Steps

  1. Download the Activity Tracker JAR from the releases page.
  2. Place the JAR into your server's plugins folder.
  3. Restart the server.
  4. Activity Tracker will begin tracking player sessions automatically.

Common Scenarios

Viewing Your Own Activity

Run /at info in-game to see your total play time, login count, and last session details.

Viewing Another Player's Activity

Run /at info <playerName> to see the activity record for a specific player.

Checking the Leaderboard

Run /at top to see the top 10 most active players by total hours played.

Viewing Server-Wide Statistics

Run /at stats to see overall server statistics such as total unique players and total logins.

Checking Average Daily Activity

Run /at average to see your average daily play time over the last 7 days, or /at average <playerName> <days> for a specific player and time range.

Managing Configuration

Operators can run /at config show to view current settings and /at config set <option> <value> to change them. See CONFIG.md for details on all configuration options.

Permissions

PermissionDefaultDescription
at.helptrueAccess the help command
at.infotrueView activity info for yourself or others
at.toptrueView the top players leaderboard
at.statstrueView server-wide statistics
at.averagetrueView average daily activity
at.configopView and modify plugin configuration
at.listopView recent player sessions
View this guide on GitHub
v0.14.0
Source CodeReport a Bug