https://github.com/9de/moderator-metrics-dashboard
A real-time moderation analytics dashboard built as an enhanced alternative to the BlocksMC staff panel, offering comprehensive insights, performance tracking, and trend analysis.
https://github.com/9de/moderator-metrics-dashboard
Last synced: about 1 year ago
JSON representation
A real-time moderation analytics dashboard built as an enhanced alternative to the BlocksMC staff panel, offering comprehensive insights, performance tracking, and trend analysis.
- Host: GitHub
- URL: https://github.com/9de/moderator-metrics-dashboard
- Owner: 9de
- License: mit
- Created: 2025-02-05T16:13:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T16:14:38.000Z (over 1 year ago)
- Last Synced: 2025-03-25T18:13:09.074Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://9de.github.io/Moderator-Metrics-Dashboard/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🛡️ Moderator Metrics Dashboard
[]()
[]()
[](https://choosealicense.com/licenses/mit/)
> A powerful moderation analytics dashboard providing enhanced alternative to [BlocksMC](https://blocksmc.com)'s staff panel. Features real-time insights, performance metrics, and trend analysis.
## ⭐ Features
### 📊 Real-time Analytics
- Live action monitoring
- Historical trends
- Anti-cheat integration
### 👥 Staff Performance
- Individual metrics
- Action history
- Comparative analysis
### 🎨 Enhanced UI/UX
- Interactive charts
- Dark/light themes
- Responsive design
## ⚙️ API Integration
Endpoint Structure:
```
${YOUR_ENDPOINT}?key=${YOUR_API_KEY}
```
Expected Response:
```json
{
"bans": {
"alltime": [{"username": "mod1", "score": 100}],
"monthly": [...],
"weekly": [...]
},
"mutes": {...},
"AntiCheat": {...}
}
```
## 🔧 Tech Stack
- Vanilla JavaScript
- Chart.js
- Font Awesome
- Local Storage API
## 💻 Browser Support




## 📄 License
[MIT](https://choosealicense.com/licenses/mit/) © [9de](https://github.com/9de)