You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
serverconnection.py parse:
Tab-Complete (clientbound)
"""
The server responds with a list of auto-completions of the last word sent to it. In the case of regular
chat, this is a player username. Command names and parameters are also supported. The client lists
these in the order that they are in the array.
"""
Field Name Field Type Notes
Count VarInt Number of elements in the following array
Matches Array of String One eligible command, a single string,
grab wrapper's registered commands, append it to these, resort aphabetically, and re-insert into packet...
The text was updated successfully, but these errors were encountered:
serverconnection.py
parse:Tab-Complete (clientbound)
"""
The server responds with a list of auto-completions of the last word sent to it. In the case of regular
chat, this is a player username. Command names and parameters are also supported. The client lists
these in the order that they are in the array.
"""
grab wrapper's registered commands, append it to these, resort aphabetically, and re-insert into packet...
The text was updated successfully, but these errors were encountered: