
PluginBSD-3-Clause
Guardian - Logging
π‘οΈ Block & container logging with web dashboard for Paper servers - track who did what, when.
10
Downloads
1
Followers
5 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+ |