Voxel Shop beta is live. Expect occasional bugs. Learn more  
⭐AdvancedChests⭐ icon

⭐AdvancedChests⭐ 45.3

Make minecraft chests look Bigger!

Page 1 2 3 ... 12
45.3 7 days ago
Support for newer versions! (READ)

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.

45.2 Feb 28, 2026
New option and placeholder!
A new option to disable chunk-based chest loading has been added.
A new automatic sell timer placeholder for holograms has also been added (%autosell_timer%).
 
+1 new option!
+1 hologram placeholder!
 
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.
45.1 Feb 11, 2026
Bug fixes!

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.

45.0 Feb 8, 2026
WorldEdit and FAWE support!

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.

44.9 Feb 1, 2026
New changes and fixes!

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.



YAML:

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.

44.8 Jan 27, 2026
New features!

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).



YAML:

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.

44.7 Jan 20, 2026
Bugs fixed and new command

A bug related to the chest unloading task has been fixed. Additionally, two new commands were added to restore individual chest backups:

  • /advancedchests backup restore <backup> <uuid>
  • /advancedchests backup restore <backup> <x> <y> <z>

+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.

44.6 Jan 3, 2026
MySQL backups were added.

MySQL backups are now supported. Two new commands have been added to manage backups:

  • /advancedchests backup list
  • /advancedchests backup load <backup>


+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.

44.5 Dec 30, 2025
Performace fix!

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.

44.4 Dec 25, 2025
Debug message removed!
A debug messaged related to the 44.3 update was removed!
 
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.
44.3 Dec 25, 2025
Important Update (READ) (BETA)
It is strongly recommended to create a full backup before upgrading to this version, as it introduces significant internal changes.

The plugin was updated to Java 21 to improve compatibility with other plugins. A bug related to the latest version of MySQL was also fixed.

Additionally, a new system to reduce memory usage was implemented. Inactive chests are now unloaded from memory when their chunks unload and reloaded when the chunks load again.

Two new configuration options were added:
  • look_for_inactive_chests_every
  • stay_loaded_when_connected_to_hoppers
These options allow you to fine-tune the behavior of the new system.

Please let me know on my personal Discord: deadsilenceiv if you encounter any issues related to this update.

This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.
44.2 Dec 14, 2025
Libraries updated!
Libraries were updated to support 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.
44.1 Oct 12, 2025
Libraries updated!
Libraries were 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.
44.0 Sep 7, 2025
New update!
The following features and fixes have been added:
  • Shulker dyeing (toggleable in config)
  • MySQL table prefix (config option)
  • Fixed head texture loading bug
  • Fixed Nexo bug
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.
43.9 Jul 25, 2025
Library updated and RoseStacker support!
NBT-API was updated to keep supporting newer versions of the game. Initial Support for RoseStacker was implemented!
 
+Support!
 
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.
43.8 Jul 12, 2025
NBT-API Updated!

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.

43.7 Jul 10, 2025
1.21.7 Support, fix and a new option!
Support for 1.21.7 has been implemented. A small bug from the previous version has also been fixed. Additionally, a new option has been added to change the background color of FancyHolograms. You can now use the holograms_background setting in the enhancement section to customize the default background of FancyHolograms.
 
+1 New option!
+1 Bug fixed!
+Support!
 
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.
43.6 Jul 5, 2025
Support for 1.21.6 (BETA) (READ)

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.

43.5 Jun 20, 2025
New option!

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.

43.4 Jun 18, 2025
WildStacker Support and new option!

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.

Page 1 2 3 ... 12
Sign in
$12.50 USD
Sign in to purchase, save this product to your cart, and keep downloads tied to your account.
Stripe

advancedchests

chests

gui

infinitechest

multi

pages

sellchests