Skip to content

Shop Rotation

Cupjok edited this page Sep 11, 2026 · 1 revision

Shop Rotation

DynamicShop3 includes a rotation editor for shops that use changing stock/item selections.

Rotation editor

The rotation editor is available from the shop GUI/editor. It lets administrators configure which shop content is active and how it changes.

Recommended workflow

  1. Back up the shop YAML files.
  2. Open the target shop in the editor.
  3. Configure the rotation entries and their order.
  4. Verify the resulting pages in the GUI.
  5. Test a buy and sell transaction.
  6. Monitor logs after enabling the rotation in production.

Interaction with pricing

Rotation changes which items are available; dynamic pricing still uses the configured item values, stock, and pricing rules for the active items.

Troubleshooting

If an expected item does not appear, check that:

  • The shop is enabled.
  • The item is enabled for the current page/rotation.
  • The item is not hidden by a shop flag.
  • The player has the required shop permission.
  • The shop is open according to its configured hours.

Reload after external shop-file changes and avoid editing the same shop YAML simultaneously from multiple tools.

Clone this wiki locally