rectangle-terminalCommands

All the tools you need to test, monitor, and investigate item duplication on your server. Every command starts with /dupetest (or the aliases /dt or /dtrace if you're feeling lazy).

Permission Required: dupetrace.admin (default: op)


Command Overview

Command
What It Does

/dupetest give

Spawn a test item with tracking

/dupetest uuid <uuid>

View an item's recent history

/dupetest history <uuid> [limit]

View full transfer log

/dupetest stats

View plugin statistics

/dupetest search <player>

List items associated with a player

/dupetest discord test

Send a test webhook message

/dupetest discord status

View webhook status

/dupetest discord reload

Reload webhook configuration


/dupetest give

Aliases: /dt give, /dtrace give

Gives you a Diamond Sword tagged with a unique UUID for testing purposes.

Usage

/dupetest give

Example

What's It Good For?

  • Testing that tracking is working

  • Demonstrating dupe detection to staff

  • Creating a test item to pass around and monitor

Pro Tip: Try duplicating the test item (using Creative mode or a known dupe glitch) to see DupeTrace in action!


/dupetest uuid <uuid>

Aliases: /dt uuid, /dtrace uuid

Shows the 10 most recent transfers/interactions for a specific item UUID. Perfect for quick checks.

Usage

Example

When to Use This

  • Quick investigation of a suspicious item

  • Tracking how an item moved between players

  • Confirming whether an item is legitimately obtained


/dupetest history <uuid> [limit]

Aliases: /dt history, /dtrace history

Shows the full transfer history for an item UUID, with an optional limit (default: 50).

Usage

Examples

Sample Output

Action Types You'll See

  • CRAFTED – Player crafted this item

  • PICKUP – Player picked up the item from the ground

  • INVENTORY_CLICK – Player clicked the item in an inventory

  • DROP – Player dropped the item

  • CONTAINER_TRANSFER – Item moved to/from a chest or container

  • SHULKER_UNPACK – Item was inside a Shulker Box that got opened

When to Use This

  • Deep forensic investigation

  • Building a timeline of how an item was duped

  • Tracking down the source of a duplication exploit


/dupetest stats

Aliases: /dt stats, /dtrace stats

Shows statistics about DupeTrace's database and your server's resource usage.

Usage

Sample Output

What Each Stat Means

Total Items Tracked: How many unique non-stackable items have been seen and registered since the plugin was installed. This number goes up as players craft, pickup, or interact with tools, armor, and weapons.

Total Transfers Logged: Every time an item is moved, clicked, dropped, or transferred, it's logged. This number can get big on active servers – that's normal!

Unique Players: How many different players have interacted with tracked items.

Memory Usage: Current JVM memory consumption. If this is consistently above 80%, consider allocating more RAM to your server.

When to Use This

  • Checking if the plugin is working properly

  • Monitoring database growth over time

  • Showing off to your staff how many items you're tracking (flex!)


/dupetest search <player>

Aliases: /dt search, /dtrace search

Lists up to 50 tracked items associated with a specific player. Perfect for player-focused investigations.

Usage

Example

When to Use This

  • Investigating a specific player's items

  • Checking what tracked items a player has interacted with

  • Finding suspicious items on a player who's been reported for duping

Pro Tip: Copy the short UUID (like 8f3c5a1d) and use it with /dupetest history to see the full transfer log for that item!


/dupetest discord

Aliases: /dt discord, /dtrace discord

Manage and test Discord webhook integration. Has three subcommands.


/dupetest discord test

Sends a test message to your configured Discord webhook to verify it's working.

Usage

Example

If something's wrong, you'll see an error message explaining the issue (e.g., "Discord webhook is disabled in config" or "Webhook URL is not configured").

When to Use This

  • After setting up your webhook for the first time

  • After changing the webhook URL

  • When debugging why alerts aren't appearing in Discord


/dupetest discord status

Shows the current status of the Discord webhook system, including rate limit information.

Usage

Example

What You'll See

  • Enabled: Whether the webhook is active

  • Rate Limit: How many alerts have been sent this minute vs. the limit

  • Queued: Number of alerts waiting to be sent (if rate limited)


/dupetest discord reload

Reloads the Discord webhook configuration from config.yml without restarting the server.

Usage

Example

When to Use This

  • After editing Discord settings in config.yml

  • To apply changes without a full server restart

Note: This only reloads Discord-related settings. For other config changes, you'll still need to restart the server.


Tab Completion

DupeTrace supports tab completion on all commands, so you can just type /dt and press Tab to see your options.

Examples


Command Aliases

Tired of typing /dupetest? We got you:

  • /dt – Short and sweet

  • /dtrace – For the nostalgic Unix nerds

All three work identically. Use whichever feels right!


Troubleshooting

"You do not have permission to use this command"

You need the dupetrace.admin permission. By default, this is given to server operators. Check out the Permissions page for details.


"Item UUID not found in database"

The UUID you entered doesn't exist in the database. Possible reasons:

  • You mistyped the UUID

  • The item hasn't been seen by DupeTrace yet (maybe it was created before the plugin was installed)

  • Database connection issues (check your logs)


"Player not found"

The player name you searched for doesn't exist or has never joined your server. Double-check the spelling!


What's Next?

Now that you know the commands, learn about Permissions β†’ to control who can do what!

Last updated