This update adds a new config option and a new feature that fixes some annoyances when directly including the message inside of the chat format instead of using
[message].
Added
New config option to grab the item amount from the entire inventory instead of only from the item stack.
Chat format normalization. If the chat format includes a formatted/colored/unformatted message, the script will modify the message variable itself to also be formatted/colored/unformatted. This is done so that after the script removes duplicate keywords from the message it can correctly replace the chat format to include the new modified message.
Fixed
Duplicate keyword removal not working when the chat format directly includes the message.