This release fixes some formatting issues with custom chest names being displayed in italic and allows for changing of the lore text for a silked chest.
Chests that are silked contain NBT items and as such have a single line legacy description of (+NBT) in their lore to match how Minecraft actually showed an NBT copy of a chest. Originally this was done for consistency, however this string is not very informative, so the string itself has been put into the config.yml under the chest.description string entry to allow for changes.
For example, setting it as follows:
chest:
storable: true
description: '&aContains Items'
Code (Text):
chest:
storable: true
description: '&aContains Items'
will put "Contains Items" in green in the lore of the silked chest.
The default behavior is unchanged.
The config.yml file has been updated to version 3.