Skip to content

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.

Read-only server Worth.yml and server recipe analyzer with review-first setworth suggestions.

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.
  1. Start with /worthhelper to open or view WorthHelper.
  2. Use /worthhelper status to check your current progress, settings, or state.
  3. Try /worthhelper scan when you are ready to use one of the feature actions.
CommandWhat it doesExample
/worthhelperOpens or shows the main WorthHelper player view./worthhelper
/worthhelper statusShows 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
  • /whelper
  • /worthhelp
  • /worthhelper status
  • /worthhelper scan
  • /worthhelper missing
  • /worthhelper recipes diamond_block
  • /worthhelper recipes minecraft:iron_ingot
  • /worthhelper trades
  • /worthhelper trades chainmail_helmet
  • 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 WorthHelper reference is available for exact technical details.