# Only enable Shulker Box in regions where a player can't place a block. # Requires WorldGuard. Doesn't apply to shulker boxes inside of inventories. # Default: false world-guard-mode: false
Added a configuration option for right-clicking the shulker box inside an inventory.
New Configuration:
Code (YAML):
# Set this to true to get extra console output. # Not necessary for most servers unless there is a bug. # Default: false debug-mode: false
# Setting this to true will allow players to shift+right-click shulker boxes inside of GUIs to open them. # NOT RECOMMENDED: May cause issues with other plugins or duplications # This option will only work with shulker boxes that already contain items. # If the shulker box is empty, it will not work. # Default: false allow-inventory-right-click: false
shop-menu: # Set this to true to enable the ShulkerPackX shop menu. # Default: true enabled: true
# Set this to the default price for unknown materials. # Mojang may add more shulker box types in the future. default-price: 5.0
Added a customizable shop menu to allow players to unlock individual shulker boxes.
The shop feature can be enabled or disabled in the configuration file.
Bump minimum game version to 1.14.4.
Fix bug that allowed hot bar buttons to place shulker boxes inside of other shulker boxes.
New Configuration File:
Code (YAML):
# Set this to true to get extra console output. # Not necessary for most servers unless there is a bug. # Default: false debug-mode: false
shop-menu: # Set this to true to enable the ShulkerPackX shop menu. # Default: true enabled: true