WorthHelper Guide
This page introduces WorthHelper 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”Read-only server Worth.yml and server recipe analyzer with review-first setworth suggestions.
How Staff Use It
Section titled “How Staff Use It”Start with /worthhelper. The sections below explain what WorthHelper is for, which commands authorized staff can use, and what its output means.
Available features include:
- Read direct item worth values from plugins/CMI/Saves/Worth.yml.
- Read CMI Worth.AutoGenerate.PriceIncrease from plugins/CMI/config.yml.
- Enumerate Paper item materials for the running server version.
- Inspect shaped, shapeless, cooking, stonecutting, smithing, and transmute recipes where Paper exposes enough information.
- Read the matching Minecraft server’s bundled villager_trade JSON definitions for all 13 villager professions and the wandering trader.
- Parse and cache the bundled trade catalog asynchronously so repeated economy scans do not reread 388 JSON resources on the server thread.
- Resolve nested vanilla trade tags and use the bundled trade_rebalance overlay only when Paper reports that datapack enabled.
- Fail closed when the running Minecraft version does not exactly match the configured supported trade schema version.
Quick Start
Section titled “Quick Start”- Start with
/worthhelperto open or view WorthHelper. - Use
/worthhelper statusto check your current progress, settings, or state. - Try
/worthhelper scanwhen you are ready to use one of the feature actions.
Commands
Section titled “Commands”| Command | What it does | Example |
|---|---|---|
/worthhelper | Opens or shows the main WorthHelper player view. | /worthhelper |
/worthhelper status | Shows your current WorthHelper status. | /worthhelper status |
/worthhelper scan [page] | Runs the WorthHelper scan action. | /worthhelper scan |
/worthhelper missing [page] | Runs the WorthHelper missing action. | /worthhelper missing |
/worthhelper recipes <material> [page] | Runs the WorthHelper recipes action. | /worthhelper recipes DIAMOND |
/worthhelper trades [material] [page] | Runs the WorthHelper trades action. | /worthhelper trades |
Aliases
Section titled “Aliases”/whelper/worthhelp
Examples
Section titled “Examples”/worthhelper status/worthhelper scan/worthhelper missing/worthhelper recipes diamond_block/worthhelper recipes minecraft:iron_ingot/worthhelper trades/worthhelper trades chainmail_helmet
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 WorthHelper reference is available for exact technical details.