0x3E S3EPacketTeams
Create/update/remove a scoreboard team. Manages team name, prefix/suffix, players, friendly fire, and nametag visibility.
Fields
| Field | Type | Description |
|---|---|---|
| name | String | Team name |
| displayName | String | Team display name |
| prefix/suffix | String | Name prefix/suffix |
| friendlyFire | byte | 0=off, 1=on, 3=seeFriendlyInvisibles |
| nametagVisibility | String | always, hideForOtherTeams, hideForOwnTeam, never |
| color | byte | Team color for player list |
| players | String[] | Team members |
| action | byte | 0=create, 1=remove, 2=infoUpdate, 3=addPlayers, 4=removePlayers |
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| Name | String | |
| Action | byte | 0=create, 1=remove, 2=update, 3=add, 4=remove |
| Per-Action Fields | varies | Depends on action |
MCP References
MCP
NetHandlerPlayClient.handleTeams()Handler Interface
HND
INetHandlerPlayClientimplementation Implementation Cases
Teams
(Sigma 3.9)
Track team creation for ESP colors and name protect.
NameProtect
(Sigma 3.9)
Track team creation for ESP colors and name protect.
ESP
(Sigma 3.9)
Track team creation for ESP colors and name protect.