A new feature was added into the plugin (
REQUIRES NBT-API AND YOU NEED TO ENABLE IT ON THE config.yml FILE). Now you can use the new transportation option per chest to establish if you want keep the chest content when breaking it (Like a shulker box). You will see new sections on each of your chests files.
Code (YAML):
transportation: # Enabling this option will allow players to transport the chest content when breaking it # This option requires NBT-API enable: true
# This is the item that will be obtained when breaking the chest item:
name: "&4&lExtreme Chest" lore: -
"&7This chest contains a total" -
"&7of &6x%size% &7slots" -
"" - "&7Occupied slots: &a%slots_used%" - "&7Earned money: &e$%money%" -
"" -
"&c➹ &fPlace it to restore the content!"
+1 New feature!
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.