

A BepInEx mod for Lethal Company that sends funny, randomized chat messages when players die, encounter monsters, or trigger in-game events.
All messages are host/server only and appear in the in-game text chat.
Config file location:
BepInEx/config/com.github.luckofthelefty.LethalMessages.cfg
| Section | Setting | Default | Description |
|---|---|---|---|
| General | ChatMessageDuration | 6 |
How long chat messages stay visible (seconds). Set ≤4 for game default. |
| Player Events | CriticalDamageMessages | false |
Alert when a player's health drops to ≤20. |
| Ship Events | ShipLeavingMessages | false |
Alert when the ship is leaving. |
| Ship Events | VoteToLeaveMessages | false |
Alert when someone votes to leave early. |
| Ship Events | TeleporterMessages | false |
Alert when the teleporter is used. |
| Ship Events | QuotaFulfilledMessages | false |
Alert when the profit quota is met. |
| Monster Encounters | MonsterEncounterMessages | true |
Show non-lethal monster encounter messages. |
| Monster Encounters | CustomEnemyEncounterMessages | true |
Show fallback messages for modded/custom enemies. |
| Monster Encounters | EnemyBlacklist | (passive creatures) | Comma-separated enemy names to ignore. |
com.github.luckofthelefty.LethalMessages.dll in BepInEx/plugins/dotnet restore
dotnet build
Output: LethalMessages/bin/Debug/netstandard2.1/com.github.luckofthelefty.LethalMessages.dll
This mod is provided as-is. Support is limited to none. Feel free to fork and modify for your own use.
MIT