{"id":29198,"date":"2026-06-01T14:53:32","date_gmt":"2026-06-01T11:53:32","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/better-reports-free\/"},"modified":"2026-06-01T14:53:32","modified_gmt":"2026-06-01T11:53:32","slug":"better-reports-free","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/better-reports-free\/","title":{"rendered":"Better Reports FREE"},"content":{"rendered":"<p># Better Reports FREE &#8211; Supporting 1.21+<\/p>\n<p>### Overview<br \/>\nThe Reports Plugin is a powerful tool for managing player reports on your Minecraft server. This free version includes essential features for reporting players and managing reports. A premium version with additional features will be released soon.<\/p>\n<p>### Features<br \/>\n&#8211; Report players with a reason<br \/>\n&#8211; View, delete, claim, list, clear and close reports<br \/>\n&#8211; Every Report has an individual ID<br \/>\n&#8211; Plugin is nearly 100% customiseable<br \/>\n&#8211; Multi-language support (only available in the premium version)<br \/>\n&#8211; SQLite and MySQL database support<br \/>\n&#8211; Discord webhook integration for report notifications<br \/>\n&#8211; BungeeCord\/Velocity Support (Coming soon..)<\/p>\n<p>### Installation<br \/>\n1. Download the ZIP file.<br \/>\n2. Unpack the ZIP file.<br \/>\n3. Copy the JAR and Better-Reports-FREE directory in your plugins folder<br \/>\n4. Configure the plugin by editing the `config.yml` file in the `plugins\/Better-Reports-FREE` folder.<br \/>\n5. Configure the plugin messages by editing the `en.yml` file in the `plugins\/Better-Reports-FREE\/languages` folder.<br \/>\n6. Restart your server to apply the changes.<\/p>\n<p>### Configuration<\/p>\n<details>\n<summary>config.yml<\/summary>\n<p>&#8220;`<br \/>\nSQL:<br \/>\n  baseType: &#8220;sqlite&#8221; # You can pick between sqlite and mysql<br \/>\n  host: &#8220;127.0.0.1&#8221;<br \/>\n  user: &#8220;root&#8221;<br \/>\n  password: &#8220;1234&#8221;<br \/>\n  database: &#8220;reports&#8221;<br \/>\n  port: &#8220;3306&#8221;<br \/>\nDISCORD:<br \/>\n  enableWebhook: &#8220;false&#8221; # If enabled, the plugin sends reports to a Discord channel<br \/>\n  urlWebhook: &#8220;&#8221;<br \/>\nlanguage: &#8220;en&#8221; # Multi-language support, only available in the premium version<br \/>\n&#8220;`<br \/>\n<\/details>\n<p>### Messages<\/p>\n<details>\n<summary>Spoiler<\/summary>\n<p>&#8220;`<br \/>\nprefix: &#8220;&#038;8[&#038;bReports&#038;8]&#038;7 &#8221;<br \/>\nnoPermission: &#8220;&#038;cYou don&#8217;t have permission to run this command!&#8221;<\/p>\n<p>staffJoinNotification:<br \/>\n  singleReport: &#8220;&#038;7There is currently &#038;d%openreports% &#038;7open report. Use &#038;b\/reports list &#038;7to view it.&#8221;<br \/>\n  multipleReports: &#8220;&#038;7There are currently &#038;d%openreports% &#038;7open reports. Use &#038;b\/reports list &#038;7to view them.&#8221;<br \/>\nreportCommandUsage: &#8220;Usage: \/report <player> <reason>&#8221;<br \/>\nreportCommandMessage:<br \/>\n  playerOnly: &#8220;&#038;cOnly a player can perform this command.&#8221;<br \/>\n  playerDoesNotExist: &#8220;&#038;c The player %playername% does not exist or has never been on the server.&#8221;<br \/>\n  selfReport: &#8220;&#038;cYou can not report yourself!&#8221;<br \/>\n  immuneReport: &#8220;&#038;cThis player is a staff member an can&#8217;t be reported!&#8221;<br \/>\n  successfulReport: &#8220;&#038;7You have successfully reported the player &#038;e%playername% &#038;7for the reason &#038;b%reason%&#038;7.&#8221;<br \/>\n  staffNotification: &#8220;&#038;7The player &#038;e%reporter% &#038;7reported &#038;e%playername% &#038;7for the reason &#038;b%reason%&#038;7 &#8211; &#038;a%reportId%&#8221;<br \/>\nreportsCommandUsage:<br \/>\n  usageReports: &#8220;Usage: \/reports <list|view|delete|clear|claim>&#8221;<br \/>\n  usageReportsView: &#8220;Usage: \/reports view <ID>&#8221;<br \/>\n  usageReportsDelete: &#8220;Usage: \/reports delete <ID>&#8221;<br \/>\n  usageReportsClaim: &#8220;Usage: \/reports claim <ID>&#8221;<br \/>\n  usageReportsClose: &#8220;Usage: \/reports close <ID>&#8221;<br \/>\nreportsCommandMessage:<br \/>\n  reportsListError: &#8220;&#038;cNo open or claimed reports found.&#8221;<br \/>\n  reportsListHeader: &#8220;&#038;6Open Reports:&#8221;<br \/>\n  reportsList: &#8220;&#038;eID: %reportId% &#038;7| Reported: &#038;c%playername% &#038;7| By: &#038;a%reporter% &#038;7| Reason: &#038;b%reason% &#038;7| Status: &#038;d%status% &#038;7| Time: &#038;f%timestamp%&#8221;<br \/>\n  reportsView:<br \/>\n    &#8211; &#8220;&#038;6Details for Report-ID: %reportId%&#8221;<br \/>\n    &#8211; &#8220;&#038;7Reported Player: &#038;c%playername%&#8221;<br \/>\n    &#8211; &#8220;Reporter: &#038;a%reporter%&#8221;<br \/>\n    &#8211; &#8220;Reason: &#038;b%reason%&#8221;<br \/>\n    &#8211; &#8220;Status: &#038;5%status%&#8221;<br \/>\n    &#8211; &#8220;Timestamp &#038;f%timestamp%&#8221;<br \/>\n  reportsDeleteSuccessful: &#8220;&#038;cReport with ID %reportId% has been deleted.&#8221;<br \/>\n  reportsDeleteNoReport: &#8220;&#038;cNo Report with ID %reportId% found!&#8221;<br \/>\n  reportsDeleteError: &#8220;&#038;cAn error occurred while deleting the report.&#8221;<br \/>\n  reportsClear: &#8220;&#038;aAll reports have been cleared. Total cleared: &#8221;<br \/>\n  reportsClearError: &#8220;&#038;cAn error occurred while clearing the reports.&#8221;<br \/>\n  reportsClaimSuccessful: &#8220;&#038;7Report with ID &#038;5%reportId% &#038;7has been claimed &#038;asuccessfully&#038;7.&#8221;<br \/>\n  reportsClaimNoReport: &#8220;&#038;cNo open report found with ID: %reportId%&#8221;<br \/>\n  reportsClaimError: &#8220;&#038;cAn error occurred while claiming the report.&#8221;<br \/>\n  reportsCloseSuccessful: &#8220;&#038;7Report with ID &#038;5%reportId% &#038;7has been closed &#038;asuccessfully&#038;7.&#8221;<br \/>\n  reportsCloseNoReport: &#8220;&#038;cNo report found with ID: %reportId%&#8221;<br \/>\n  reportsCloseError: &#8220;&#038;cAn error occurred while closing the report.&#8221;<br \/>\n&#8220;`<br \/>\n<\/details>\n<p>### Commands<\/p>\n<p>&#8220;`<br \/>\n&#8211; \/report <player> <reason>: Report a player with a specified reason.<br \/>\n&#8211; \/reports <list|view|delete|clear|claim|close>: Manage reports with various subcommands.<br \/>\n&#8220;`<br \/>\n![report_command_message](https:\/\/cdn.modrinth.com\/data\/cached_images\/018747a71a2391ec81172b886a3bc7ba540fec35.png)<br \/>\n![report_command_staff_notification](https:\/\/cdn.modrinth.com\/data\/cached_images\/4b1352cf1f9eb6aaf2e994f2733e822d9ab598b0.png)![reports_join_notification](https:\/\/cdn.modrinth.com\/data\/cached_images\/3535fa73f9dcc9480e379b98d04c7909aa60dd5b.png)![reportsclaim_command_message](https:\/\/cdn.modrinth.com\/data\/cached_images\/d7181c50d555b7721c038d254040c7c03dde5f98.png)![reportsclear_command_message](https:\/\/cdn.modrinth.com\/data\/cached_images\/6898394daba17ba5f05600705b0066af4434fd82.png)![reportsclose_command_message](https:\/\/cdn.modrinth.com\/data\/cached_images\/03dc3c923a576b8eaed7b04d7d3e11c487f19f3d.png)![reportsdelete_command_message](https:\/\/cdn.modrinth.com\/data\/cached_images\/86aeea6830549067023954adb36aaafd419e1861.png)![reportslist_command_message](https:\/\/cdn.modrinth.com\/data\/cached_images\/c2bb0f05c1df1260d21936e2c4af215a7466ba7a.png)![reportsview_command_message](https:\/\/cdn.modrinth.com\/data\/cached_images\/42688d0f292e7e120298196a6714b8866c6df135.png)<\/p>\n<p>### Permissions<br \/>\n&#8220;`<br \/>\n&#8211; reports.report : Report a player using the \/report command<br \/>\n&#8211; reports.staff.notify : Receive notifications about new reports and when you join the server.<br \/>\n&#8211; reports.staff.immune : A player with this permission can&#8217;t be reported.<br \/>\n&#8211; reports.staff.list : List all open and claimed reports.<br \/>\n&#8211; reports.staff.view : View details of a specific report.<br \/>\n&#8211; reports.staff.claim : Claim a report.<br \/>\n&#8211; reports.staff.close : Close a report.<br \/>\n&#8211; reports.admin.delete : Delete a specific report.<br \/>\n&#8211; reports.admin.clear : Clear all reports.<br \/>\n&#8220;`<\/p>\n<p>### Database Support<br \/>\nThe plugin supports both SQLite and MySQL databases. Configure the database settings in the `config.yml` file.<\/p>\n<p>### Discord Integration<br \/>\nEnable Discord webhook integration to receive notifications about new reports in a Discord channel. Configure the webhook URL in the `config.yml` file.<\/p>\n<p>### Support<br \/>\nFor support or to report bugs, join our Discord server!<\/p>\n<p>### Terms of Service<br \/>\n&#8211; The plugin is provided for use on your own server only.<br \/>\n&#8211; You are not permitted to modify, decompile, or reverse engineer the plugin.<br \/>\n&#8211; Redistribution of the plugin in any form is strictly prohibited.<br \/>\n&#8211; You may not sell, rent, lease, or sublicense the plugin to any third party.<br \/>\n&#8211; Any attempt to access, alter, or disclose the source code of the plugin is forbidden.<br \/>\n&#8211; You may not use the plugin to gain insights or information about its code or structure.<br \/>\n&#8211; The plugin is provided &#8220;as is&#8221; without any warranties or guarantees.<\/p>\n<p>By using the plugin, you agree to these terms. Violation of these terms may result in legal action.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One of the most advanced Reports Plugin for your PaperMC server.<\/p>\n","protected":false},"featured_media":29199,"template":"","meta":{"_minecraft_slug":"better-reports-free","_minecraft_project_id":"jhOXRC6y","_minecraft_author":"theoffclkaze","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":28,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"better-reports-free.zip","_minecraft_size_bytes":28375,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:11:59.582721Z","_minecraft_date_created":"2025-12-14T00:39:25.635324Z","_minecraft_date_modified":"2025-12-12T23:04:25.414565Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/better-reports-free","_minecraft_icon_attachment_id":29199,"_minecraft_imported_at":"2026-06-01T11:53:33+00:00","_minecraft_import_hash":"96200a1a23131099a114f49ba00a364f","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127,129,92],"mod_loader":[132,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-29198","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-paper","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Better Reports FREE - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/better-reports-free\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Better Reports FREE - Minecraft\" \/>\n<meta property=\"og:description\" content=\"One of the most advanced Reports Plugin for your PaperMC server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/better-reports-free\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/better-reports-free\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/better-reports-free\\\/\",\"name\":\"Better Reports FREE - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/better-reports-free\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/better-reports-free\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/better-reports-free-icon-e9b0e022cc6206fb019d7226f1d9ea770ec8c0f8_96.webp\",\"datePublished\":\"2026-06-01T11:53:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/better-reports-free\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/better-reports-free\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/better-reports-free\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/better-reports-free-icon-e9b0e022cc6206fb019d7226f1d9ea770ec8c0f8_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/better-reports-free-icon-e9b0e022cc6206fb019d7226f1d9ea770ec8c0f8_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/better-reports-free\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Better Reports FREE\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Better Reports FREE - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/better-reports-free\/","og_locale":"en_US","og_type":"article","og_title":"Better Reports FREE - Minecraft","og_description":"One of the most advanced Reports Plugin for your PaperMC server.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/better-reports-free\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/better-reports-free\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/better-reports-free\/","name":"Better Reports FREE - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/better-reports-free\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/better-reports-free\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/better-reports-free-icon-e9b0e022cc6206fb019d7226f1d9ea770ec8c0f8_96.webp","datePublished":"2026-06-01T11:53:32+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/better-reports-free\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/better-reports-free\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/better-reports-free\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/better-reports-free-icon-e9b0e022cc6206fb019d7226f1d9ea770ec8c0f8_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/better-reports-free-icon-e9b0e022cc6206fb019d7226f1d9ea770ec8c0f8_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/better-reports-free\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Better Reports FREE"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/29198","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/29199"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=29198"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=29198"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=29198"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=29198"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}