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