A simple BungeeCord plugin for admins with a report system.
Functionality
- `/report <player> <reason>`: report a player.
- `/reports list [page]`: view open reports.
- `/reports view <id>`: view details of a report.
- `/reports resolve <id> <reason>`: close a report.
Permissions
- `euroadmin.report`: players can report.
- `euroadmin.admin`: admins can view and manage reports.
> If the BungeeCord API is not found, you may need to add a repository or use the correct BungeeCord API version in `pom.xml`.