Skip to content

Troubleshooting

Cupjok edited this page Sep 13, 2026 · 2 revisions

Troubleshooting

DynamicShop disables itself at startup

Disabled due to no Vault dependency found! means no economy is registered with Vault. Install an economy plugin (EssentialsX, CMI, zEssentials, …) and make sure it hooks into Vault. On Folia, use VaultUnlocked.

The plugin does not load at all

  • Minecraft older than 1.21 is not supported.
  • UnsupportedClassVersionError means the server's Java is too old. Use Java 21+ for 1.21.x and Java 25+ for 26.x.

/sell all does something else, or opens another plugin's menu

Another plugin also registered /sell (for example a sell-multiplier or another shop plugin). Use /dynamicshop:sell all, or remove or rename the other plugin's command.

/sell all leaves items behind

This is intended. Only items that an enabled shop buys are sold, and only when the payout is more than 0. See Selling and Quick Sell. Check that:

  • the shop is enabled and the player has its permission,
  • the item is not "buy only" and is not a command item,
  • the shop's sell price is not 0 and the delivery charge does not eat the whole price ("The sale price is too low to be paid out"),
  • the shop has not reached its max stock or the player's sell limit,
  • the item really is the same item. Custom items are matched with their full data.

A shop does not open

Check that the shop exists and is enabled, the player has the permission, the shop is open (shop hours), and a local/sign shop is used at its location.

A shop file was not loaded

A YAML typo in a shop or config file is never overwritten. The console names the file, and a .broken-<time> copy is kept. Fix the typo and run /ds reload. See Logs and Backups.

Prices look wrong

Check the item's value, median, stock, min/max, discount and tax, plus fluctuation and stock stabilization. See Dynamic Pricing. Stock 0 or median 0 means a fixed price.

MultiCurrency: an order is "pending"

Do not edit the journal by hand. Restart normally: unfinished orders are resolved automatically and never double-charged. See MultiCurrency.

Reporting a bug

Include: DynamicShop version, server software and Minecraft version, Java version, other plugins involved, what you did, and the full console error.

Clone this wiki locally