forked from Telesphoreo/DynamicShop3
-
Notifications
You must be signed in to change notification settings - Fork 1
Shop Rotation
Cupjok edited this page Sep 11, 2026
·
1 revision
DynamicShop3 includes a rotation editor for shops that use changing stock/item selections.
The rotation editor is available from the shop GUI/editor. It lets administrators configure which shop content is active and how it changes.
- Back up the shop YAML files.
- Open the target shop in the editor.
- Configure the rotation entries and their order.
- Verify the resulting pages in the GUI.
- Test a buy and sell transaction.
- Monitor logs after enabling the rotation in production.
Rotation changes which items are available; dynamic pricing still uses the configured item values, stock, and pricing rules for the active items.
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.