0x3D S3DPacketDisplayScoreboard

Sets which scoreboard objective is displayed in a position (sidebar, list, below name).

Clientbound (Server → Client) · PLAY · net/minecraft/network/play/server/S3DPacketDisplayScoreboard.java
scoreboarddisplay

Fields

FieldTypeDescription
positionbyte0=sidebar, 1=playerList, 2=belowName
objectiveNameStringObjective to display (empty string to clear)

Wire Encoding

FieldTypeNotes
Positionbyte0=sidebar, 1=playerList, 2=belowName
ObjectiveString

MCP References

MCPNetHandlerPlayClient.handleDisplayScoreboard()

Handler Interface

HNDINetHandlerPlayClient

implementation Implementation Cases

Scoreboard

Track/block scoreboard display.

Vanilla hook: EventReceivePacket
AntiScoreboard

Track/block scoreboard display.

Vanilla hook: EventReceivePacket
← Back to all packets