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.
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:
+1 Bug fixed!
- /advancedchests backup restore <backup> <uuid>
- /advancedchests backup restore <backup> <x> <y> <z>
+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:
- /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.
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.
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.
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:
These options allow you to fine-tune the behavior of the new system.
- look_for_inactive_chests_every
- stay_loaded_when_connected_to_hoppers
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.
