Link to plugin(SpigotMC): ReportManager
this is a Bungeecord plugin
What this plugin has:
- You can report players and these will be stored in a MySQL database
- You can watch a report ingame or on your website
- Mute a player on all servers with a reason
- Ban a player from all servers with a reason
- Warn players with a reason
- Custom accounts for the website
- You can feature a report on your website and it will be displayed above the other reports
- You can see who reported who, their UUID, their name , the date and the reason
- You can change the /report command to whatever you want in the commands file.
- You can disable/edit the /warn command
Commands:
this are the basic commands, some can be edited/disabled in the commands file.
- /reportadmin <username> <password> <password>:
this will create an account for you for the website, you need the permission report.admin
- /getreports this will show all the reports and if you hover over them it will show all the information about that report and if you click them you watch them, permission: report.admin
- /watchreport <id> if you run this command it will watch the report, it will also get fired when you click a report
when you do /getreports, permission: report.admin
- /rmsync: will sync everything from MySQL, permission: report.admin
- /warn <Player> <Reason>: Will warn a player permission: report.admin
- /report <player> <reason> this will report a player, no permission needed
How to setup:
- put the website part in you website folder and the bungee part in you bungeecord server
- Go to the config.php file from the website part and only change ip, MySQLUsername, MySQLPassword to your MySQL information
- Launch bungeecord and put all your MySQL information in the just created configfile.
- Restart bungee again and go to the website if it doesn't display Cannot connect to MySQL database everything is ready to go!
- If you don't have a website, don't worry. You only have to create a database called ReportManager and the bungee part will do the rest
Web display:
- You can show the normal reports
- When you feature a report it will be displayed above the other reports
- There is an option to watch and feature a report.
- There is a different tab for viewed reports
- There is an account system
- You can display all the report information
- You can mute/umute a player with the press of a button
- You can ban/unban a player with the press of a button
Last edited:
