eShulkerBox 0.8.1
release23 июня 2025 г.Changes
️ Fixed Critical Duplication Bug – Resolved a major issue that could allow players to duplicate items under certain conditions.
eShulkerBox 0.8.0
release27 мая 2025 г.Changes:
- Data System Overhaul – Reworked the data storage system. All existing .yaml files are now automatically converted to .yml. The plugin now operates exclusively with .yml format for better consistency and compatibility.
- New Config Option: inventory-title-as-item-name – When enabled, the inventory title of a Shulker Box will match its custom item name (e.g., from an anvil rename). If disabled, the default title (e.g., "Shulker Box") will be shown.
- New Config Option: clickable-read-only-shulker-cross-others-plugin-inventories – Allows players to open read-only Shulker Boxes inside GUIs from other plugins (e.g., Auction GUIs).
- Use with caution – this may cause compatibility issues with third-party plugins and is disabled by default.
- WorldGuard Region Support – Added a new config option disabled-regions that allows you to disable the plugin in specific WorldGuard regions. Simply list the region names to exclude (e.g., "spawn1").
- Disable Chat & Commands Inside Shulker Boxes – Introduced a new config option disable-chat-and-commands-in-shulkerbox. When enabled, all player chat and commands are blocked while a Shulker Box is open. This feature was added due to some players using custom Minecraft clients that allowed chatting or executing commands even while interacting with Shulker Boxes, which could lead to unintended exploits.
- Folia Compatibility Fixes – Resolved potential errors related to running the plugin on Folia-based servers.
- New Feature in Shulker Editor – The permission button in the Shulker Editor is now fully functional.
- Recipe Error Fix – Fixed an issue where a misconfigured recipe could prevent a custom Shulker Box from loading properly.
New Lines in Config.yml:
# If enabled, the inventory title shown when opening a shulker box
# will match the item's custom name (e.g., renamed using an anvil).
# If disabled, the default title (e.g., "Shulker Box") will be used instead.
inventory-title-as-item-name: true
# Allows opening read-only Shulker Boxes inside other plugins' inventories (e.g., GUI menus like some Auctions plugins with gui).
# When set to true, players can open read-only Shulker Boxes even when they are shown inside external plugin inventories.
# ⚠️ Warning: Enabling this may cause compatibility issues or break GUI logic in some third-party plugins.
# It is recommended to keep this set to false unless you fully understand the consequences.
clickable-read-only-shulker-cross-others-plugin-inventories: false
# If set to true, the plugin will block all players chat messages and command when they are inside a ShulkerBox
disable-chat-and-commands-in-shulkerbox: true
# Disable the plugin for specific regions
# If you want to disable the plugin for a specific region, add the region name to the list
disabled-regions:
- "spawn1"
eShulkerBox 0.7.5
release18 мая 2025 г.- Fixed overly aggressive AntiDupe System, which could close shulker boxes for players with higher ping.
- Fixed another potential bug related to Armor Stands.

