Voxel Shop beta is live. Expect occasional bugs. Learn more
Make minecraft chests look Bigger!
Support for newer versions of the game has been added. The CMI title hook has been updated. The UltimateShop hook has been added, and the EconomyShopGUI hook has been updated. A transportation bug has been fixed.
+Support!
+1 Bug fixed!
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.
A couple of bugs related to FancyHolograms and EconomyShopGUI were fixed!
+2 Bugs fixed!
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.
WorldEdit and FAWE support has finally been added for commands like //copy, //paste, //cut, and //stack!
+Support
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.
A new section has been added to each chest configuration file, allowing you to enable or disable specific sort types in the sorters menu.
Additionally, a bug related to the reload command has been fixed, and FancyHolograms support has been improved.
sorters:
enable: true
price: 0
slot: 9
# Enable or disable specific sort types in the sorters menu
types:
by-alphabet: true
by-amount: true
by-material: true
by-damage: true
+1 New option!
+1 Bug fix!
+1 Improvement!
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.
A new button to sort items alphabetically has been added. Additionally, a whitelist option was added to each chest configuration file. When enabled, it allows chests to accept only specific items (compatible with Persistent Data Container tags).
whitelist:
enable: false
items:
# Simple material whitelist
- material: DIAMOND
- material: GOLD_INGOT
# Material with PDC tag requirement
- material: DIAMOND_SWORD
pdc-tags:
- key: "myplugin:custom_item"
value: "legendary"
# Any material with specific PDC tag (omit material)
- pdc-tags:
- key: "advancedchests:allowed"
+2 New features
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.
A bug related to the chest unloading task has been fixed. Additionally, two new commands were added to restore individual chest backups:
+1 Bug fixed!
+2 New commands added!
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.
MySQL backups are now supported. Two new commands have been added to manage backups:
+1 New feature!
+2 New commands!
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.
A problem related to the 44.3 and 44.4 versions was fixed!
+1 fix!
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.
NBT API was updated to keep supporting newer versions of the game!
+Support!
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.
Support for 1.21.6 has been added, along with initial support for FancyHolograms. You can now use FANCY_HOLOGRAMS to enable FancyHolograms support.
+Support!
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.
A new option was added to manage the priority of the ItemSpawnEvent. This is useful for preventing priority conflicts with the Chunk Collector feature and other plugins.
+1 New option!
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.
WildStacker support for the chunk collector has been implemented. Additionally, a new option called pickup_delay (time in seconds) has been added to the chunk-collector section in the config.yml file. This option specifies the number of seconds the chunk collector should wait before picking up recently dropped items.
+1 New option!
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.