Skip to main content

World Map Packets

Packets in the com.hypixel.hytale.protocol.packets.worldmap package.

UpdateWorldMap (290)

Bound: Clientbound

Updates the map data (fog of war, explored areas).

FieldTypeNotes
actionByte0=Add, 1=Remove, 2=Update.
dataMapChunk[]List of explored map chunks.

UpdateWorldMapVisible (291)

Bound: Clientbound

Toggles map visibility (e.g., during cutscenes).

FieldTypeNotes
visibleBooleanIs map allowed?

UpdateWorldMapSettings (292)

Bound: Clientbound

Configures map behavior.

FieldTypeNotes
showPlayersBooleanShow other players on map.
showWaypointsBooleanShow user waypoints.

TeleportToWorldMapMarker (293)

Bound: Serverbound

Sent when admin/debug user clicks a marker to teleport.

FieldTypeNotes
markerIdStringID of the target marker.

ClearWorldMap (295)

Bound: Clientbound

Resets the fog of war.