๐ก๏ธ ServerEye: Behavior Monitoring Mod for Minecraft Servers
ServerEye is a powerful behavior tracking mod built specifically for Minecraft servers. It records player actions in real time and displays them through a built-in web interface โ giving you clear insight into everything happening on your server.
Whether you're a server owner, administrator, or a data-savvy player, ServerEye provides valuable tools to understand and manage player activity.
๐ What Can You See?
ServerEye captures and displays a wide range of in-game player activities, including:
- Player join/leave events
- Chat messages (optional sensitive-word filtering)
- Block breaking and placing (with coordinates)
- Game mode changes (Old โ New)
- Detailed command execution logs (including output)
With this data, you can:
โ
Quickly investigate suspicious activity
โ
Analyze player behavior patterns and playtimes
โ
Audit commands and catch misuse or abuse
โ
Get full command output logs for better moderation
๐ก How to Use
No complex setup needed โ just drop the mod into your server and you're good to go!
Once the server is running, open your browser and go to:
http://localhost:8080
You'll see a clean, intuitive dashboard featuring:
- โ
Real-time event feed
- โ
Event type filtering
- โ
Player name search
- โ
Summary statistics and analytics
If remote upload is enabled in the config file, youโll need to set your remote upload URL, for example:
https://your-server.example.com/api/receive
๐งช Sample Event
Each event includes full context. For example, when a player breaks a diamond ore block:
{
"timestamp": "2025-05-24T12:34:56Z",
"player": "Notch",
"event": "block_break",
"details": {
"Block": "minecraft:diamond_ore",
"Coordinates": "X: 123, Y: 64, Z: -45"
},
"serverIp": "127.0.0.1"
}
Youโll know exactly who did what, when, and where.
๐งญ Perfect For
- Monitoring activity on public or large-scale servers
- Tracking player behavior in survival/RPG-style servers
- Auditing commands and actions in technical or teaching environments
- Collecting gameplay data for private servers or research purposes
๐ Notes & Reminders
Not a fan of the built-in web UI? No problem โ there's a detailed Web Developer Guide available on GitHub. (Though honestly, the default works just fine for most cases.)
Think the mod is too limited or missing features? Open an Issue โ if you can suggest it, Iโll consider building it. (No promises, but Iโm always open to ideas!)
This mod is closed-source. Redistribution and reverse engineering are strictly prohibited.
Need help or confused about a setting? Check the in-game config screen โ most options come with helpful explanations.