

PlayersInfo gives you a small teammate panel in PEAK. It shows nearby teammates' stamina, temporary stamina, status, distance, and inventory, so you can quickly see who is struggling and what the team is carrying.
PlayersInfo.dll into BepInEx/plugins.The config file is generated at:
BepInEx/config/com.players.info.cfg
| Section | Key | Default | Description |
|---|---|---|---|
| General | Enabled | true | Master switch for the mod. |
| Features | EnableStaminaBar | true | Show teammate stamina bars. |
| Features | ShowStaminaValue | true | Show numeric stamina values. |
| Features | EnableInventoryRow | true | Show teammate inventory rows. |
| Features | RoundStaminaValue | true | Round stamina values to whole numbers. |
| Layout | Anchor | TopLeft | HUD anchor corner. |
| Layout | OffsetX | 0 | Extra horizontal offset. |
| Layout | OffsetY | 0 | Extra vertical offset. |
| Nearby | NearbyRange | 30 | Max teammate distance in meters. 0 means unlimited. |
| Nearby | MaxNearbyCount | 3 | Maximum number of nearest teammates shown. |
| Diagnostics | DebugLogging | false | Enable verbose diagnostic logs. |
MaxNearbyCount or NearbyRange to keep the HUD compact.