HomeJavaModsDupe Detection
Dupe Detection
Dupe Detection — screenshot 1Dupe Detection — screenshot 2

DupeDetection Plugin

A powerful Minecraft Paper plugin designed to detect and prevent item duplication exploits on your server.

🚀 Features

📦 Large Stack Detection

🔍 NBT Duplicate Detection

🔔 Discord Integration

Discord Embed Example

⚡ Exception System

📋 Requirements

🛠️ Installation

  1. Download the latest release from Releases
  2. Place the JAR file in your server's plugins/ folder
  3. Restart your server
  4. Configure the plugin in plugins/DupeDetection/config.yml

⚙️ Configuration

Discord Setup

discord:
  enabled: true
  webhook-url: "YOUR_DISCORD_WEBHOOK_URL"
  mention-everyone: true
  username: "DupeDetection Bot"

Large Stack Limits

large-stack-detection:
  enabled: true
  action: "WARN"  # LOG, WARN, REMOVE_EXCESS, BAN
  limits:
    DIAMOND: 512
    NETHERITE_INGOT: 8
    ELYTRA: 1

NBT Duplicate Detection

nbt-duplicate-detection:
  enabled: true
  items:
    DIAMOND_SWORD:
      minimum-duplicates: 10
      action: "WARN"
      check-nbt: true  # Only check enchanted swords

🎮 Commands

Command Description Permission
/dupedetection info Show plugin information dupedetection.admin
/dupedetection reload Reload configuration dupedetection.admin
/dupedetection limits Show current stack limits dupedetection.admin
/dupedetection setlimit <item> <amount> Set item limit dupedetection.admin
/dupedetection check <player> Manually check player dupedetection.admin
/dupedetection exception add <player> Add exception dupedetection.admin
/dupedetection exception remove <player> Remove exception dupedetection.admin
/dupedetection exception list List exceptions dupedetection.admin

Aliases: /dd, /dupedect

🔐 Permissions

🔧 How It Works

Detection Triggers

Detection Process

  1. Player closes container/inventory
  2. System scans all items in the inventory
  3. Checks against configured limits and NBT patterns
  4. Sends Discord notification if violations found
  5. Notifies online operators

Stealth Operation

🚨 Discord Notifications

Embeds notifications include:

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more