Skip to main content

Server Access Packets

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

RequestServerAccess (250)

Bound: Serverbound

Sent by the client to request access (e.g., submitting a password).

FieldTypeNotes
passwordStringThe password string entered by the user.

UpdateServerAccess (251)

Bound: Clientbound

Updates the server's access configuration (public/private).

FieldTypeNotes
isPrivateBooleanIf true, requires password/whitelist.
hasPasswordBooleanIf true, prompts client for password.

SetServerAccess (252)

Bound: Clientbound

Admin packet to change the server's access settings at runtime.

FieldTypeNotes
passwordStringNew password (or empty to remove).
isPrivateBooleanToggle privacy mode.