

A tiny, zero‑HUD scoreboard that shows all players grouped by team when you hold TAB. Clean, lightweight, and configurable.
Built for BepInEx 5.x · IMGUI · C# 7.3
Hold TAB to open a list of players.
Players are grouped by team and sorted alphabetically within each group.
0)2)Headers are color‑coded; text uses the game’s menu font when available.
These managers automatically pull the correct BepInExPack for your game.
Install BepInEx 5.x for your game (usually via the game’s BepInExPack on Thunderstore).
Download the mod’s .zip from Thunderstore and extract it.
Place AntsLab.PlayersTab.dll into your game folder under:
<GameFolder>/BepInEx/plugins/AntsLab.PlayersTab/
Run the game once to generate the config file.
Delete the folder BepInEx/plugins/AntsLab.PlayersTab/ (and the config at BepInEx/config/antslab.playerstab.cfg if you want a clean slate).
ShowNamelessPlayers).All options are in BepInEx/config/antslab.playerstab.cfg (created after first run).
FindObjectsByType). On older Unity versions, the list may appear empty.playerMovement, playerTeam, playername), the mod may fail to detect players or teams.The panel doesn’t show up
ShowNamelessPlayers = true.BepInEx/LogOutput.log — you should see: AntsLab PlayersTab 1.0.0 loaded.PlayerMovement component with playername/playerTeam fields.Names are cut off
RowHeight and/or PanelWidth.FontSize.Header labels look odd
UseMenuFont to fall back to the default IMGUI font.Target BepInEx 5.x (game’s Mono profile) and C# 7.3.
Reference assemblies:
BepInEx.dllUnityEngine.dll (+ IMGUI)HarmonyLib.dllPlugin attributes:
BepInPlugin("antslab.playerstab", "AntsLab PlayersTab", "1.0.0")The project is a standard BepInEx plugin. Drop the built DLL into
BepInEx/plugins/AntsLab.PlayersTab/.
1.0.0
Does this reveal hidden players? No. It only reads the online player names and list them.
Is this a cheat? It’s just a visual list. Respect server rules and your game’s modding policy.
Can I change team names or colors?
Not via config in this version. They’re mapped as 0 → Sorcerers, 2 → Warlocks, and Others. You can fork the source to customize.