Changelog (2025-09-09)
Fixes
- Item skipping from sells and inspections if they have a custom display name not fully functioning for all containers.
Additions
- Support for Folia (please note that this implementation is in beta, report any bugs on discord).
- Support for MiniMessage format in messages, items, inventories. You can read more about its usage here: https://norska.dev/docs/premium/dsw/rgb
- New price caching handler for ShopGUI+ in order to improve performance.
• Addition: Support for 1.21.6 and 1.21.7.
• Addition: Setting to configure actionbar message duration.
• Addition: Support for 1.21.5.
• Addition: Resource pack with custom sellwand, charger and discharger textures. You need to let a new items.yml file generate if you want ready-to-go items with the custom textures. (Verified buyers can download from the #dsw-pack channel on the discord server).
• Addition: Ability to use PAPI placeholders in admin commands.
![]()
• Addition: Support for 1.20.4
Support for some plugins has been removed due to them not providing an actual build tool to access their API such as Maven, Gradle etc. I am more than happy and willing to re-add support once possible. You can find a full list of changes below:
Removed:
- EliteMasks (No Maven)
- HuskTowns (No API documentation)
- IridiumSkyblock (No API documentation)
- LockettePro (No Maven)
- Residence (No Maven)
- OneStopShop (Plugin abandoned, OneStopShop2 does not provide an API)
- DeluxeBazaar (No Maven)
- Shops by Kiran (Plugin abandoned)
- GUIShop (No Maven)
- zShop (No API documentation)
Kept/Re-added:
- FactionsUUID
- GriefPrevention
- Lands
- VoidChest
• Fix: Prices not being pulled for items from ShopGUI+ in some cases (make sure to use the latest version of ShopGUI+).
• Fix: Not being able to delete certain configuration.
• Addition: Support for Residence.
• Addition: Updated AdvancedChestAPI for the latest version support.
• Change: Major API changes, if you were using the API before make sure to go through the Java Docs. You must now use DeluxeSellwands.getAPI().# to access methods and methods are not static anymore.