Suggestion about the looter
We have a lootlist that loots only certain items, to make it an easy example my lootlist only contains gold coins. Make it possible so that the looter only opens the body if the "Loot of a ..." msg contains the string "gold coin" or "gold coins". This does not have to be implemented by the bot itself, but everyone could just add those "when to open the body" strings himself or just turn of the feature and then open all the bodies.
That means we will need to be able to add a list of keywords such as "gold coin" and you'll have to let the bot check if the loot msg contains one of those strings, if yes then loot the body, if no then dont.
I just saw that the bot does not open empty bodies, that means you already check the loot message and could very easily add this feature!