DynamicShop v2.4.3 Update
✨ New Features
/shop sellall - dynamicshop.use.sellall
/shop sellhand - dynamicshop.use.sellhand
Category Auto-Restock
Automatically restock all items in a category to a set stock level on a configurable timer
Configure per-category via the Admin GUI: /shopadmin → Category Editor → Restock controls
Three new buttons in the category edit menu:
Toggle - Enable/disable restock for the category
Target Stock - Set the stock level items reset to
Interval - Set how often (in minutes) the restock runs
Config section auto-populates for existing servers on upgrade (restock.enabled: false by default)
Fully hot-reloadable via /shopadmin reload
Update Checker
Automatically checks GitHub Releases for the latest version on server startup
Notifies OP players on join if a newer version is available with a download link
Fully async, never blocks the main thread
Config Changes
New restock section added to config.yml
restock:
enabled: false
rules: []
#changable in /shopadmin category editor gui