{"id":59871,"date":"2026-06-03T12:58:31","date_gmt":"2026-06-03T09:58:31","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/dupe-detection\/"},"modified":"2026-06-03T12:58:31","modified_gmt":"2026-06-03T09:58:31","slug":"dupe-detection","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/dupe-detection\/","title":{"rendered":"Dupe Detection"},"content":{"rendered":"<p># DupeDetection Plugin<\/p>\n<p>A powerful Minecraft Paper plugin designed to detect and prevent item duplication exploits on your server.<\/p>\n<p>## \ud83d\ude80 Features<\/p>\n<p>### \ud83d\udce6 Large Stack Detection<br \/>\n&#8211; Detects when players have large amounts of items<br \/>\n&#8211; Configurable limits for each item type (e.g. max 512 diamonds, 8 netherite ingots)<br \/>\n&#8211; Checks all storage containers: chests, barrels, hoppers, furnaces, etc.<br \/>\n&#8211; Counts total items across ALL inventory slots<\/p>\n<p>### \ud83d\udd0d NBT Duplicate Detection<br \/>\n&#8211; Identifies suspicious identical items with same enchantments\/modifications<br \/>\n&#8211; Individual configuration per item type<br \/>\n&#8211; Smart detection: only flags items with special NBT data (duplicate enchants, names, etc.)<br \/>\n&#8211; Catches duplication of gear &#038; items<\/p>\n<p>### \ud83d\udd14 Discord Integration<br \/>\n&#8211; Discord webhook notifications with embeds<br \/>\n&#8211; @everyone mentions<br \/>\n&#8211; Detailed violation reports with player info, location, and teleport commands<br \/>\n&#8211; Puts multiple violations from same container into single message<\/p>\n<p>![Discord Embed Example](https:\/\/cdn.modrinth.com\/data\/mvookygo\/images\/d1c4709864ac5743f0e16275022d7448f3862d1a.png)<\/p>\n<p>### \u26a1 Exception System<br \/>\n&#8211; Excempts specific players or UUIDs from all dupe checks<br \/>\n&#8211; JSON storage for persistent exceptions<br \/>\n&#8211; Easy management through in-game commands<br \/>\n&#8211; Tab completion<\/p>\n<p>## \ud83d\udccb Requirements<\/p>\n<p>&#8211; **Minecraft Version**: 1.21.8<br \/>\n&#8211; **Server Software**: Paper (or Paper-based forks)<br \/>\n&#8211; **Java Version**: 21+<\/p>\n<p>## \ud83d\udee0\ufe0f Installation<\/p>\n<p>1. Download the latest release from Releases<br \/>\n2. Place the JAR file in your server&#8217;s `plugins\/` folder<br \/>\n3. Restart your server<br \/>\n4. Configure the plugin in `plugins\/DupeDetection\/config.yml`<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>### Discord Setup<br \/>\n&#8220;`yaml<br \/>\ndiscord:<br \/>\n  enabled: true<br \/>\n  webhook-url: &#8220;YOUR_DISCORD_WEBHOOK_URL&#8221;<br \/>\n  mention-everyone: true<br \/>\n  username: &#8220;DupeDetection Bot&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Large Stack Limits<br \/>\n&#8220;`yaml<br \/>\nlarge-stack-detection:<br \/>\n  enabled: true<br \/>\n  action: &#8220;WARN&#8221;  # LOG, WARN, REMOVE_EXCESS, BAN<br \/>\n  limits:<br \/>\n    DIAMOND: 512<br \/>\n    NETHERITE_INGOT: 8<br \/>\n    ELYTRA: 1<br \/>\n&#8220;`<\/p>\n<p>### NBT Duplicate Detection<br \/>\n&#8220;`yaml<br \/>\nnbt-duplicate-detection:<br \/>\n  enabled: true<br \/>\n  items:<br \/>\n    DIAMOND_SWORD:<br \/>\n      minimum-duplicates: 10<br \/>\n      action: &#8220;WARN&#8221;<br \/>\n      check-nbt: true  # Only check enchanted swords<br \/>\n&#8220;`<\/p>\n<p>## \ud83c\udfae Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/dupedetection info` | Show plugin information | `dupedetection.admin` |<br \/>\n| `\/dupedetection reload` | Reload configuration | `dupedetection.admin` |<br \/>\n| `\/dupedetection limits` | Show current stack limits | `dupedetection.admin` |<br \/>\n| `\/dupedetection setlimit <item> <amount>` | Set item limit | `dupedetection.admin` |<br \/>\n| `\/dupedetection check <player>` | Manually check player | `dupedetection.admin` |<br \/>\n| `\/dupedetection exception add <player>` | Add exception | `dupedetection.admin` |<br \/>\n| `\/dupedetection exception remove <player>` | Remove exception | `dupedetection.admin` |<br \/>\n| `\/dupedetection exception list` | List exceptions | `dupedetection.admin` |<\/p>\n<p>**Aliases**: `\/dd`, `\/dupedect`<\/p>\n<p>## \ud83d\udd10 Permissions<\/p>\n<p>&#8211; `dupedetection.admin` &#8211; Full plugin access (default: op)<br \/>\n&#8211; `dupedetection.bypass` &#8211; Bypass all dupe detection (default: false)<\/p>\n<p>## \ud83d\udd27 How It Works<\/p>\n<p>### Detection Triggers<br \/>\n&#8211; **Storage Container Close**: Chests, barrels, hoppers, furnaces, etc.<br \/>\n&#8211; **Player Inventory Close**: When players close their inventory (5-second cooldown)<\/p>\n<p>### Detection Process<br \/>\n1. Player closes container\/inventory<br \/>\n2. System scans all items in the inventory<br \/>\n3. Checks against configured limits and NBT patterns<br \/>\n4. Sends Discord notification if violations found<br \/>\n5. Notifies online operators <\/p>\n<p>### Stealth Operation<br \/>\n&#8211; **No player notifications** &#8211; violators are unaware of detection<br \/>\n&#8211; **Silent monitoring** &#8211; only admins receive alerts<br \/>\n&#8211; **logging** &#8211; all activity tracked<\/p>\n<p>## \ud83d\udea8 Discord Notifications<\/p>\n<p>Embeds notifications include:<br \/>\n&#8211; **Player Information**: Name, UUID, avatar<br \/>\n&#8211; **Violation Details**: Item types, amounts, limits exceeded<br \/>\n&#8211; **Location Data**: Exact coordinates and world<br \/>\n&#8211; **Quick Actions**: Teleport command<br \/>\n&#8211; **Container Info**: Type of storage block involved<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A intuitive anti dupe plugin with discord support<\/p>\n","protected":false},"featured_media":59872,"template":"","meta":{"_minecraft_slug":"dupe-detection","_minecraft_project_id":"mvookygo","_minecraft_author":"mabeys","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":95,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"dupe-detection.zip","_minecraft_size_bytes":336056,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T19:48:19.827482Z","_minecraft_date_created":"2025-12-18T00:16:15.035976Z","_minecraft_date_modified":"2025-12-11T22:55:54.916505Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/dupe-detection","_minecraft_icon_attachment_id":59872,"_minecraft_imported_at":"2026-06-03T09:58:32+00:00","_minecraft_import_hash":"d028505e8f1e93e3eb03d6e272183ff7","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127,128,129,123,92],"mod_loader":[132,133,134],"minecraft_version":[51,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,73,74,38,78,79,80,81],"class_list":["post-59871","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-18","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Dupe Detection - 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\/dupe-detection\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Dupe Detection - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A intuitive anti dupe plugin with discord support\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/dupe-detection\/\" \/>\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\\\/dupe-detection\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dupe-detection\\\/\",\"name\":\"Dupe Detection - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dupe-detection\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dupe-detection\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/dupe-detection-icon-4c7185596efa2d626237b3102a3672a8e77cd13a_96.webp\",\"datePublished\":\"2026-06-03T09:58:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dupe-detection\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dupe-detection\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dupe-detection\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/dupe-detection-icon-4c7185596efa2d626237b3102a3672a8e77cd13a_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/dupe-detection-icon-4c7185596efa2d626237b3102a3672a8e77cd13a_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dupe-detection\\\/#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\":\"Dupe Detection\"}]},{\"@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":"Dupe Detection - 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\/dupe-detection\/","og_locale":"en_US","og_type":"article","og_title":"Dupe Detection - Minecraft","og_description":"A intuitive anti dupe plugin with discord support","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/dupe-detection\/","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\/dupe-detection\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/dupe-detection\/","name":"Dupe Detection - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/dupe-detection\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/dupe-detection\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/dupe-detection-icon-4c7185596efa2d626237b3102a3672a8e77cd13a_96.webp","datePublished":"2026-06-03T09:58:31+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/dupe-detection\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/dupe-detection\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/dupe-detection\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/dupe-detection-icon-4c7185596efa2d626237b3102a3672a8e77cd13a_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/dupe-detection-icon-4c7185596efa2d626237b3102a3672a8e77cd13a_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/dupe-detection\/#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":"Dupe Detection"}]},{"@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\/59871","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\/59872"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=59871"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=59871"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=59871"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=59871"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}