

Player Status Bars is a client-side BepInEx mod for Lethal Company. It displays compact world-space status bars above other players, showing health and Cadaver infection information without requiring server-side installation.
CadaverGrowthAI.playerInfections[playerId].infectionMeter when Cadaver Growth is present.Settings are available through the generated BepInEx configuration file and through LethalConfig where supported.
Configurable options include:
This mod does not add custom networking and does not require host or server installation. It can only display data that the local client can read from the game state.
For this reason, hidden owner-only recovery values are not synchronized by this mod. Critical health display is based on remote player state, synced injury flags, and conservative client-side fallback rules.
Install through a Thunderstore-compatible mod manager, or place the package contents into the game profile so that PlayerStatusBars.dll is located at:
BepInEx/plugins/PlayerStatusBars/PlayerStatusBars.dll
Player Status Bars is released under the MIT License. See LICENSE for the full license text.
LethalConfig is an independent third-party dependency used to expose runtime configuration controls. The LethalConfig project is published under GPL-3.0; see the LethalConfig project and package pages for its license terms.