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