ReportCheckView
PluginApache-2.0

ReportCheckView

Report management, player check,

910
Downloads
5
Followers
1 months ago
Updated
📦
9
Versions

📖About ReportCheckView

ReportCheckView

A moderation plugin for Minecraft servers that lets players report rule-breakers and gives staff the tools to handle cases quickly and efficiently. Suitable for servers of any size.

Support & community: t.me/GraunGameTeam


Features

Players submit reports with /report
Interactive GUI for browsing and managing reports (/reports)
Dedicated player inspection mode (/check ) that restricts the suspect's actions during review
Teleport directly to a reported player from the interface
Resolve, review, and permanently delete reports through the GUI
Report history with resolver info and timestamps
Sort reports by newest or oldest
Cooldown between reports to prevent spam
Configurable maximum reason length
Automatic periodic saves and JSON backups
Update checker with optional admin notifications
Discord Webhook integration — new reports and check events posted as embeds, no bot required
Telegram bot integration for real-time moderator notifications
Statistics command /rcv stats with totals, active reports, and check counts
Storage backends: JSON, SQLite, MySQL — switchable in config
8 built-in languages: English, Russian, Ukrainian, Polish, German, French, Italian, Portuguese


Commands

- /report <username> <reason> — Submit a report (all players)
- /reports — Open the reports GUI (moderators)
- /reports <username> — Show active reports for a player in chat (moderators)
- /check <username> — Start inspecting a player (moderators)
- /checkend — End the current inspection (moderators)
- /rcv reload — Reload configuration and locale (admins)
- /rcv update — Check for plugin updates (admins)
- /rcv stats — Show plugin statistics (moderators)

Permissions

- reportcheckview.report — Submit reports (default: all players)
- reportcheckview.moderate — Access reports GUI and management (default: op)
- reportcheckview.check — Inspect players (default: op)
- reportcheckview.teleport — Teleport to players from reports (default: op)
- reportcheckview.delete — Permanently delete resolved reports (default: op)
- reportcheckview.admin — Full plugin management access (default: op)
- reportcheckview.update.notify — Receive update notifications (default: op)

Storage

JSON — file-based, no setup required, suitable for small servers
SQLite — embedded database, better performance than JSON
MySQL — recommended for larger servers or shared hosting


Compatibility

Minecraft 1.16 — 1.21, Paper and Spigot.