{"id":15719,"date":"2026-05-31T21:36:11","date_gmt":"2026-05-31T18:36:11","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/anotherreports\/"},"modified":"2026-05-31T21:36:11","modified_gmt":"2026-05-31T18:36:11","slug":"anotherreports","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/anotherreports\/","title":{"rendered":"AnotherReports"},"content":{"rendered":"<p>![AnotherReports &#8211; Minecraft Plugin](https:\/\/cdn.modrinth.com\/data\/cached_images\/e7704099405d65b8138b0a456392c335fa3aa135_0.webp)<br \/>\n&#8212;<\/p>\n<p>## Overview<\/p>\n<p>AnotherReports is a structured and production-ready moderation plugin for **Paper 1.21.4 (Java 21)**.<\/p>\n<p>It provides a complete report workflow system including:<\/p>\n<p>&#8211; Player report submission<br \/>\n&#8211; GUI-based moderation panel<br \/>\n&#8211; Report history system<br \/>\n&#8211; SQLite persistent storage<br \/>\n&#8211; Discord webhook integration<br \/>\n&#8211; Anti-spam protection<br \/>\n&#8211; YAML-based multilingual system<br \/>\n&#8211; Asynchronous database and webhook operations<\/p>\n<p>Designed for clean architecture, performance stability, and long-term maintainability.<\/p>\n<p>&#8212;<\/p>\n<p>## Compatibility<\/p>\n<p>&#8211; **Minecraft:** Paper 1.21.4<br \/>\n&#8211; **Java:** 21<br \/>\n&#8211; **API Version:** 1.21  <\/p>\n<p>&#8212;<\/p>\n<p>## Player Reports<\/p>\n<p>**Command**<\/p>\n<p>&#8220;`<br \/>\n\/report <player> <description><br \/>\n&#8220;`<\/p>\n<p>**Rules**<\/p>\n<p>&#8211; Target must be online<br \/>\n&#8211; Self-reporting is not allowed<br \/>\n&#8211; Description length: 5\u2013200 characters<br \/>\n&#8211; Duplicate prevention within 2 minutes<br \/>\n&#8211; Per-player cooldown<br \/>\n&#8211; Rate limit protection  <\/p>\n<p>&#8212;<\/p>\n<p>## Moderator Interface<\/p>\n<p>**Command**<\/p>\n<p>&#8220;`<br \/>\n\/reportlist<br \/>\n&#8220;`<\/p>\n<p>**Features**<\/p>\n<p>&#8211; 45-slot paginated GUI<br \/>\n&#8211; Click to open detailed report view<br \/>\n&#8211; Accept \/ Reject actions<br \/>\n&#8211; Integrated history viewer<\/p>\n<p>**Status System**<\/p>\n<p>&#8211; OPEN<br \/>\n&#8211; ACCEPTED<br \/>\n&#8211; REJECTED<\/p>\n<p>&#8212;<\/p>\n<p>## Report History<\/p>\n<p>**Command**<\/p>\n<p>&#8220;`<br \/>\n\/reporthistory <player> [page]<br \/>\n&#8220;`<\/p>\n<p>&#8211; 10 entries per page<br \/>\n&#8211; Stored in SQLite<\/p>\n<p>**Tracked Data**<\/p>\n<p>&#8211; Reporter<br \/>\n&#8211; Target<br \/>\n&#8211; Description<br \/>\n&#8211; Status<br \/>\n&#8211; Reviewed by<br \/>\n&#8211; Creation timestamp<br \/>\n&#8211; Review timestamp<\/p>\n<p>&#8212;<\/p>\n<p>## Multilingual System<\/p>\n<p>Language files location:<\/p>\n<p>&#8220;`<br \/>\nplugins\/AnotherReports\/lang\/<br \/>\n&#8220;`<\/p>\n<p>**Supported Languages**<\/p>\n<p>&#8211; en.yml (English)<br \/>\n&#8211; uk.yml (Ukrainian)<br \/>\n&#8211; ru.yml (Russian)<br \/>\n&#8211; de.yml (German)<br \/>\n&#8211; es.yml (Spanish)<br \/>\n&#8211; pl.yml (Polish)<\/p>\n<p>You can add additional languages by creating new YAML files.<\/p>\n<p>**Config Example**<\/p>\n<p>&#8220;`<br \/>\nlanguage: &#8220;en&#8221;<br \/>\n&#8220;`<\/p>\n<p>**Features**<\/p>\n<p>&#8211; YAML-based translation files<br \/>\n&#8211; Automatic fallback to English<br \/>\n&#8211; Placeholder support<br \/>\n&#8211; No hardcoded GUI or message strings<br \/>\n&#8211; Reload support via \/reports reload<\/p>\n<p>&#8212;<\/p>\n<p>## Discord Webhook Integration<\/p>\n<p>**Config Example**<\/p>\n<p>webhook:<br \/>\n  enabled: true<br \/>\n  url: &#8220;&#8221;<br \/>\n  username: &#8220;AnotherReports&#8221;<br \/>\n  avatarUrl: &#8220;&#8221;<br \/>\n  mentionRoleId: &#8220;&#8221;<\/p>\n<p>**Triggers**<\/p>\n<p>&#8211; On report creation<br \/>\n&#8211; On accept<br \/>\n&#8211; On reject<\/p>\n<p>All webhook operations are asynchronous and do not block the main server thread.<\/p>\n<p>&#8212;<\/p>\n<p>## Anti-Spam System<\/p>\n<p>**Config Example**<\/p>\n<p>cooldownSeconds: 60<br \/>\nmaxReportsPer10Minutes: 3<\/p>\n<p>**Includes**<\/p>\n<p>&#8211; Per-player cooldown<br \/>\n&#8211; Rate limiting<br \/>\n&#8211; Duplicate detection<\/p>\n<p>&#8212;<\/p>\n<p>## Permissions<\/p>\n<p>&#8211; reports.use \u2014 Use \/report<br \/>\n&#8211; reports.admin \u2014 Access moderation panel and history<br \/>\n&#8211; reports.notify \u2014 Receive new report notifications  <\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>&#8220;`<br \/>\n\/report <player> <description> \u2014 Submit report<br \/>\n&#8220;`<br \/>\n&#8220;`<br \/>\n\/reportlist \u2014 Open moderation GUI<br \/>\n&#8220;`<br \/>\n&#8220;`<br \/>\n\/reporthistory <player> \u2014 View history<br \/>\n&#8220;`<br \/>\n&#8220;`<br \/>\n\/reports reload \u2014 Reload configuration and language files<br \/>\n&#8220;`<br \/>\n&#8212;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A full-featured player report plugin with i18n, GUI, SQLite, and Discord webhook support<\/p>\n","protected":false},"featured_media":15720,"template":"","meta":{"_minecraft_slug":"anotherreports","_minecraft_project_id":"hQZfADeP","_minecraft_author":"sh_archangel","_minecraft_license":"LicenseRef-ANSL-v2.1","_minecraft_downloads":9,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"anotherreports.zip","_minecraft_size_bytes":53898,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T23:14:38.051255Z","_minecraft_date_created":"2026-03-04T23:13:55.059361Z","_minecraft_date_modified":"2026-03-04T20:22:42.070506Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/anotherreports","_minecraft_icon_attachment_id":15720,"_minecraft_imported_at":"2026-05-31T18:36:11+00:00","_minecraft_import_hash":"da8d8afe339ea04565d2b8f8a6313838","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127,92],"mod_loader":[132],"minecraft_version":[62,37,73,74,38],"class_list":["post-15719","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-paper","mod_category-utility","mod_loader-paper","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AnotherReports - 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\/anotherreports\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AnotherReports - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A full-featured player report plugin with i18n, GUI, SQLite, and Discord webhook support\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/anotherreports\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/anotherreports\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/anotherreports\\\/\",\"name\":\"AnotherReports - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/anotherreports\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/anotherreports\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/anotherreports-icon-90a62ae44796c4fe76d12a584dd1d26718323288_96.webp\",\"datePublished\":\"2026-05-31T18:36:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/anotherreports\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/anotherreports\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/anotherreports\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/anotherreports-icon-90a62ae44796c4fe76d12a584dd1d26718323288_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/anotherreports-icon-90a62ae44796c4fe76d12a584dd1d26718323288_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/anotherreports\\\/#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\":\"AnotherReports\"}]},{\"@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":"AnotherReports - 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\/anotherreports\/","og_locale":"en_US","og_type":"article","og_title":"AnotherReports - Minecraft","og_description":"A full-featured player report plugin with i18n, GUI, SQLite, and Discord webhook support","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/anotherreports\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/anotherreports\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/anotherreports\/","name":"AnotherReports - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/anotherreports\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/anotherreports\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/anotherreports-icon-90a62ae44796c4fe76d12a584dd1d26718323288_96.webp","datePublished":"2026-05-31T18:36:11+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/anotherreports\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/anotherreports\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/anotherreports\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/anotherreports-icon-90a62ae44796c4fe76d12a584dd1d26718323288_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/05\/anotherreports-icon-90a62ae44796c4fe76d12a584dd1d26718323288_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/anotherreports\/#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":"AnotherReports"}]},{"@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\/15719","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\/15720"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=15719"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=15719"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=15719"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=15719"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}