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.
What It Does
Section titled “What It Does”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.
How Staff Use It
Section titled “How Staff Use It”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.
Quick Start
Section titled “Quick Start”- Start with
/worthdriftto open or view WorthDrift. - Use
/worthdrift statusto check your current progress, settings, or state. - Try
/worthdrift topwhen you are ready to use one of the feature actions.
Commands
Section titled “Commands”| Command | What it does | Example |
|---|---|---|
/worthdrift | Opens or shows the main WorthDrift player view. | /worthdrift |
/worthdrift status | Shows 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 report | Runs the WorthDrift report action. | /worthdrift report |
/worthdrift shopgui [-all| | 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| | Runs the WorthDrift skip action. | /worthdrift skip example |
/worthdrift ignored | Runs the WorthDrift ignored action. | /worthdrift ignored |
/worthdrift ignore <material> | Runs the WorthDrift ignore action. | /worthdrift ignore DIAMOND |
Aliases
Section titled “Aliases”/wdrift
Examples
Section titled “Examples”/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
Good To Know
Section titled “Good To Know”- 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.
Full Reference
Section titled “Full Reference”The full synced WorthDrift reference is available for exact technical details.