
Player Tracker Pro
PlayerTrackerPro is an all-in-one player monitoring and administration utility.
PlayerTrackerPro is an all-in-one player monitoring and administration utility. It allows server staff or players to track specific users, view their playtime, and inspect their inventories—all manageable through standard commands and an interactive GUI.
Core Features Player Tracking (TrackCommand, TrackerGui): Allows users to track other players. This could be for moderation purposes, or it could be a "manhunt" or bounty-hunting style compass tracker. It comes with a built-in GUI (GuiCommand, TrackerGui) to easily select and manage tracked players.
Playtime Monitoring (PlaytimeCommand, PlaytimeManager): Tracks and stores how long players have been active on the server.
Inventory & Enderchest Inspection (InvseeCommand, EchestCommand, InventoryUtil): Provides standard moderation tools to look inside (and potentially modify) another player's inventory or ender chest in real-time.
Persistent Data (PlayerData, DataManager): Safely saves and loads player data (like their tracked targets and playtime) behind the scenes.
Inferred Commands Based on the command classes, you can list these on your Modrinth page (you may need to double-check the exact aliases in your plugin.yml or code):
/track
/playtime [player] - Checks your own or another player's total playtime.
/invsee
/echest
/gui (or similar) - Opens the PlayerTrackerPro interactive menu.