
PluginBSD-3-Clause
Guardian - Logging
๐ก๏ธ Block & container logging with web dashboard for Paper servers - track who did what, when.
10
Downloads
1
Followers
2 months ago
Updated
๐ฆ
1
Versions
๐About Guardian - Logging
๐ก๏ธ Guardian
Block & Container Logging with Web Dashboard for Paper Servers
Track who did what, when. Now with a modern Web Dashboard.
โจ Features
| Feature | Description |
|---|---|
| ๐ Web Dashboard | Modern, responsive admin panel for managing logs and analytics |
| ๐ Analytics | Action distribution charts and server activity insights |
| ๐ฆ Block Logging | Track all block breaks and placements with player attribution |
| ๐ฆ Container Logging | Monitor item additions and removals from chests, barrels, etc. |
| ๐ Inspector Mode | Click blocks directly to view their history |
| ๐ User Authentication | Secure login with JWT tokens and role-based access |
| โก Async Database | Zero lag - all operations run in the background |
| ๐พ SQLite Storage | No external database setup required |
| ๐๏ธ Double Chest Support | Correct handling of large container logging |
๐ฅ Installation
1. ๐ Download the latest Guardian.jar from releases
2. ๐ Drop it into your server's plugins folder
3. ๐ Restart your server
4. โ
Done! Database created automatically
5. ๐ Access web dashboard at http://your-server-ip:7070
๐ Web Dashboard
Access the dashboard at http://your-server-ip:6746 after installation.
Features
- ๐ Real-time analytics and charts
- ๐ Browse and filter block/container logs
- ๐ค User management with role-based access (Admin/User)
- ๐ Secure JWT authentication
- ๐ฑ Mobile-responsive design
First-Time Setup
- Navigate to the dashboard URL
- Create your admin account
- Configure your preferences
๐ป Commands
| Command | Description | Permission |
|---|---|---|
/lookup [page] |
๐ View block history at targeted block | guardian.lookup |
/inspect |
๐๏ธ Toggle inspector mode | guardian.inspect |
/guardian [page] |
๐ฆ View container item history | guardian.inspect |
๐ Aliases
| Main Command | Aliases |
|---|---|
/lookup |
/guard, /glookup |
/inspect |
/ginspect, /gi |
/guardian |
/gcont |
๐ Permissions
| Permission | Description | Default |
|---|---|---|
guardian.lookup |
Access block history lookup | OP |
guardian.inspect |
Access inspector mode & container history | OP |
๐ Inspector Mode
Toggle with /inspect for interactive lookups:
| Action | Result |
|---|---|
| Left-click any block | View block break/place history |
| Right-click a container | View item add/remove history |
| Right-click non-container | View block history |
๐ก All interactions are cancelled in inspector mode to prevent accidents!
๐ Supported Versions
| Requirement | Version |
|---|---|
| Minecraft | 1.21 - 1.21.5 |
| Server | Paper, Purpur, or compatible forks |
| Java | 17+ |