Compatibility
Minecraft: Java Edition
26.1.x
1.21.4–1.21.11
Platforms
Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published last month
Report Plugin
English
📋 Description
A simple and efficient report system for Minecraft servers. Players can report anyone (including OPs) using a GUI interface. OPs can view all reports in a GUI and manage them.
✨ Features
- GUI Interface - Intuitive graphical reporting system
- No Permission Required - All players can use the report function
- Report Anyone - Players can report any player, including administrators
- Report List - OPs can view all reports in a GUI
- Cooldown System - Prevents spam reporting
- OP Notifications - Online OPs receive instant notifications
- Data Persistence - Reports are automatically saved
📋 Commands
| Command | Description | Permission |
|---|---|---|
/report |
Open report GUI | report.use |
/reportlist |
View report list (GUI) | report.list |
🔐 Permissions
| Permission | Description | Default |
|---|---|---|
report.use |
Use report function | true |
report.list |
View report list | op |
report.* |
All permissions | op |
🎮 How to Use
For Players:
- Type
/reportto open the player selection GUI - Click on the player you want to report
- Select a reason from the list
- Report is submitted and OPs are notified
For OPs:
- Type
/reportlistto open the report list GUI - Click on any report to delete it
💾 Data Storage
- Reports are saved in
plugins/Report/reports.yml - Contains reporter, target, reason, timestamp, and status
- Automatically loaded on server start


