⭐AdvancedChests⭐ | Unlimited sizes |⚡Chunk Collector | ✨Upgrades | ✅Sells | ⚙️Sorter | ☄️ Compressor

MC Plugin ⭐AdvancedChests⭐ | Unlimited sizes |⚡Chunk Collector | ✨Upgrades | ✅Sells | ⚙️Sorter | ☄️ Compressor 45.2
Make minecraft chests look Bigger!

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!
A couple of bugs related to FancyHolograms and EconomyShopGUI were fixed!

+2 Bugs fixed!
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.
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.
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.
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.
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.
NBT-API was updated to keep supporting newer versions of the game. Initial Support for RoseStacker was implemented!

+Support!
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.
Top Bottom