Skip to content

WorthDrift Guide

This page introduces WorthDrift as a public staff guide. It focuses on what the tool does, how authorized staff get started, and which commands are useful.

Server sell-event drift analyzer plus ShopGUI+ buyPrice vs server Worth.yml Markdown reports for missing, drifting, duplicate, not-in-worth, illegal-item, and exception-filtered review.

Start with /worthdrift. The sections below explain what WorthDrift is for, which commands authorized staff can use, and what its output means.

Available features include:

  • Listen to CMIPlayerItemsSellEvent at monitor priority.
  • Read per-material sold amounts and payments from CMI’s sell event.
  • Compare observed unit payment against CMI WorthManager / WorthItem configured sell price.
  • Detect material-level drift when observed average differs from configured worth by configured percent and absolute thresholds.
  • Flag high-value materials based on configured or observed unit value.
  • Flag player concentration when one player accounts for a large share of a material’s observed payment.
  • Ask CMI WorthItem whether an exploit recipe is known for a material.
  • Keep a bounded recent sample list for report context.
  1. Start with /worthdrift to open or view WorthDrift.
  2. Use /worthdrift status to check your current progress, settings, or state.
  3. Try /worthdrift top when you are ready to use one of the feature actions.
CommandWhat it doesExample
/worthdriftOpens or shows the main WorthDrift player view./worthdrift
/worthdrift statusShows your current WorthDrift status./worthdrift status
/worthdrift top [page]Shows the WorthDrift leaderboard or top list./worthdrift top
/worthdrift material <material>Runs the WorthDrift material action./worthdrift material DIAMOND
/worthdrift reportRuns the WorthDrift report action./worthdrift report
/worthdrift shopgui [-all|-missing|-drifting|-illegal-items|-not-in-worth|-duplicates] [-valid-only] [-github|-discord] [-limit <rows>]Runs the WorthDrift shopgui action./worthdrift shopgui
/worthdrift missing generate:<file.yml>Runs the WorthDrift missing action./worthdrift missing generate:example
/worthdrift fix <material>Runs the WorthDrift fix action./worthdrift fix DIAMOND
/worthdrift skip <file:file.yml|item:material>Runs the WorthDrift skip action./worthdrift skip example
/worthdrift ignoredRuns the WorthDrift ignored action./worthdrift ignored
/worthdrift ignore <material>Runs the WorthDrift ignore action./worthdrift ignore DIAMOND
  • /wdrift
  • /worthdrift status
  • /worthdrift top
  • /worthdrift material DIAMOND
  • /worthdrift material minecraft:diamond
  • /worthdrift report
  • /worthdrift shopgui
  • /worthdrift shopgui -drifting
  • /worthdrift shopgui -missing
  • /worthdrift shopgui -missing -discord -valid-only -limit 0
  • /worthdrift shopgui -all -github -limit 0
  • /worthdrift shopgui -illegal-items -discord
  • /worthdrift shopgui -duplicates
  • /worthdrift missing generate:survival_misc.yml
  • /worthdrift fix OAK_LOG
  • /worthdrift skip file:armor.yml
  • /worthdrift skip item:SPAWNER
  • /worthdrift ignore CACTUS
  • /worthdrift ignored
  • This is a permission-gated staff or server-management feature, not a normal player feature.
  • Review the full reference before changing settings or using any command that can write data.

The full synced WorthDrift reference is available for exact technical details.