Frequently asked questions
Still stuck? Open a ticket on Discord.
Which server versions and forks work?
One jar runs on Bukkit, Spigot, Paper, Purpur and Folia, API 1.16+ on Java 21. Vault plus an economy plugin is required.
Do I need ProtocolLib?
Only for the live hover prices. Without it everything else works and prices are still available through /worth, /worth hand and the sell menu total.
Do hover prices mess with stacking or creative?
No — the price is drawn on the packet to the client, never on the server item. Stacking, shift-click and creative all see a normal item. The default {price} line costs nothing at runtime.
Why do potions and enchanted books show 0 in the worth files?
Their real value lives in the potion and enchantment sections — potions carry per-type prices and enchantments use per-level book prices. The base POTION / ENCHANTED_BOOK material stays at 0 on purpose.
How do I rebalance the whole economy?
/dexworth scale <factor> multiplies every price in every worth file, keeps all comments and backs the files up first.
Is the stock market on by default?
No — stock.enabled: false. It's finished but ships off so you can tune drop-per-item to your player numbers first.
Can players dodge the market by hiding items in shulkers?
No — shulker contents are recorded item by item.
What happens to my config on update?
It's backed up and rebuilt from the new default — your values kept, new options added, comments intact. Custom worth entries are always preserved.
Will selling ever take items without paying?
No — every payout checks the Vault response. If the deposit is refused, the items are handed straight back.