Hello, "Courteous Dungeoneer" is a small addon for warning your party that you found a chest or a heavy sack inside an instance.
You just have to install it, and when you click a chest or heavy sack while in an instance, it will output a message to party chat. Due to limitations of the API, you then have to hit enter for the message to actually be posted. That's it.
I am looking for bug reports - there are bound to be bugs, I am not a professional coder whatsoever, and furthermore dislike the scripting language used for coding addons

I am also looking for kindly players to confirm the translations of "chest" and "heavy sack" in their localized client. What I figured so far is :
chests = {["de"] = "Truhe", ["en"] = "Chest", ["es"] = "Cofre", ["fr"] = "Coffre", ["ru"] = "Сундук"}
sacks = {["de"] = "Schwerer Sack", ["en"] = "Heavy Sack", ["es"] = "Saco Pesado", ["fr"] = "Sac Lourd", ["ru"] = "Тяжелый Мешок"}
I believe the game is available in chinese and japanese too, and also welcome the translations for these languages.
Thank you