Minor name changes internally were made, but nothing that will break API usage.
• Plugin Changes •
Added 1.19.3 support.
Backported display packet changes to 1.10-1.18.2. Older versions will likely not get a backport due to absent API features.
Added the "/ds deposit <amount>" and "/ds withdraw <amount>"with their permissions "displayshops.deposit" and "displayshops.withdraw".
Added the "transaction-cooldown" option to the config.yml. When clicking a buy/sell button in the transaction menu, the player must wait X seconds before another calculation operation is made. This is to hopefully resolve auto-clicker issues. (GitHub Issue #22)
Added the "clean-inactive-duration" option to the config.yml. Upon loading shops or executing the "/ds cleanup" command, all shops with owners who have been offline for the defined duration will be deleted.
The shop visit menu is now per item asynchronous and now loads one page, as needed. This will allow the items to build on their own threads to resolve some issues with long load times. This change has NOT been applied to the other menus. If this change deems worthy, the other menus will get a similar treatment!