A Minecraft plugin for tracking and logging administrator activity on your server.


A Minecraft plugin for tracking and logging administrator activity on your server.
AdminActivityTracker is a lightweight plugin that automatically tracks and saves all activities of players with administrator permissions to text files. Perfect for monitoring staff activity and preventing abuse.
.jar file in your server's plugins/ folderplugins/AdminActivityTracker/admin/ folder and config fileAfter first launch, the plugin generates config.yml:
# Admin Activity Tracker Configuration
# Should the plugin log commands executed by administrators?
logAdminCommands: true
# Should the plugin log items dropped by the administrators?
logDroppedItems: true
# Should the plugin log items, which administators got from creative inventory?
logCreativeItems: true
# Should the plugin log items moved from the adminstrators inventory?
# For example, from administator inventory to chest/other player inventory
logMovedItems: true
aat.admin - Player with this permission is tracked by the plugin
All activities are saved to plugins/AdminActivityTracker/admin/<player_name>.txt:
[04-12-2025 14:23:45] Admin issued server command: /give @s diamond 64
[04-12-2025 14:24:12] Admin got from creative inventory: DIAMOND_BLOCK x64
[04-12-2025 14:25:33] Admin dropped the item: DIAMOND x32
[04-12-2025 14:25:45] Player picked item DIAMOND SWORD 1x dropped by: Admin
[04-12-2025 14:26:01] Admin moved the item from inventory: GOLDEN_APPLE x16