Spyg-ChestShop 1.8.0
on Sep 14, 2025✨ Added
- Bidirectional trading – shops can now be configured to support both buying and selling, with separate prices for each.
- Shop info display – shop details now show both buy and sell prices.
- Customizable menus – you can now define item slots and model-data in menus.
ℹ️ Note: model-data is only available starting from Minecraft 1.21.4.
- Minimum durability setting – you can now set a minimum durability requirement for items.
🛠 Changed
- Configuration updates – several config sections have been reworked.
If a previously working placeholder no longer resolves, delete the affected line and it will be regenerated automatically.
⚠️ Important
- Before upgrading, make sure to create a full backup of your configuration files.
Spyg-ChestShop 1.7.1
on Jul 28, 2025📦 Changelog
✨ Added
- Configurable shop creation fee – you can now define how much it costs to create a shop.
- Toggle for shop name wall transparency – control whether shop names are visible through walls or not.
🛠 Changed
- Rewritten
shops.created
message node – the updated message is now automatically generated in the default language file.
Spyg-ChestShop 1.6.2
on Jul 9, 2025Improved Hologram System
-
Removed:
shops.holograms.hide-behind-block
config node.
This configuration option is no longer necessary. -
Updated: Hologram rendering now uses native
TextDisplay
entities instead of armor stands.
These new entities automatically hide behind walls and blocks, improving performance and immersion without requiring custom logic.
Spyg-ChestShop 1.6.1
on Jul 8, 2025🫥 Hide Holograms Through Walls
Holograms are now only visible when you have a clear line of sight to the shop.
This improves immersion and performance by preventing floating text from showing through walls or behind blocks.
🆕 Support for Minecraft 1.21.6 & 1.21.7
The plugin is fully compatible with the latest Paper versions, including 1.21.6 and 1.21.7, so you can enjoy all features on up-to-date servers without issues.
Spyg-ChestShop 1.5.4
on Jun 23, 2025- Reworked double chest detection for better performance
- Reworked adjacent chest detection for better performance
These changes result in significantly better performance on servers using hopper protection.
Spyg-ChestShop 1.5.2
on Jun 13, 2025We fixed an error that occurred when the plugin tried to check for shops that were unloaded
Spyg-ChestShop 1.5.1
on Jun 11, 2025- Added support for Minecraft version 1.21.5
- Optimized shop getter methods for improved performance
Spyg-ChestShop 1.4.1
on Jun 10, 2025- Renamed 3 config nodes:
- shop.anti-explosion --> shops.anti-explosion
- shop.hopper-protection --> shops.hopper-protection
- shop.lines --> shops.lines
- Fixed an issue, when extracting price amount from a colored chat.
- Added option to set decimal prices
- Other bug fixes
Spyg-ChestShop 1.3.1
on May 4, 2025- Fixed an issue where the hologram wouldn’t appear on rejoin
- Fixed typo (money-earnd → money-earned). You must update your config, or it won’t work. (guis.yml)
Spyg-ChestShop 1.3.0
on Apr 29, 2025- Replaced cannot-add-yourself with cant-add-yourself and added cant-remove-yourself.
- Modified BlockPlaceEvent creation logic to avoid nullpointers in Essentials.
- Fixed missing lore on players menu.
- Introduced configuration option "shops.barrier-when-empty". So you can now display a barrier when the shop is empty
- The shop now keeping the item data
Spyg-ChestShop 1.2.0
on Mar 16, 2025- Added Polish translation.
- Introduced the /scs admin customer "customer mode" command for debugging (permission: spygchestshop.admin.customermode).
- Unlimited shops are now represented by -1 instead of 0.
- Added support for defining maximum shop "groups" in the configuration.
- Performance improvements.
Spyg-ChestShop 1.1.1
on Feb 26, 2025Resolved an issue where players could purchase items without having the required balance.
Spyg-ChestShop 1.1.0
on Feb 20, 2025🔹 Refactor shop loading process
🔹 Add version check
🔹 Add shop creation/removal events
Spyg-ChestShop 1.0.0
on Jan 17, 2025First release