Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement tab-complete of registered wrapper commands #337

Open
suresttexas00 opened this issue Nov 6, 2016 · 0 comments
Open

Implement tab-complete of registered wrapper commands #337

suresttexas00 opened this issue Nov 6, 2016 · 0 comments

Comments

@suresttexas00
Copy link
Collaborator

suresttexas00 commented Nov 6, 2016

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...

@suresttexas00 suresttexas00 self-assigned this Nov 6, 2016
@suresttexas00 suresttexas00 added this to the Release 1.0.0 milestone Nov 8, 2016
@suresttexas00 suresttexas00 removed this from the Release 1.0.0 milestone Jul 9, 2017
@suresttexas00 suresttexas00 added this to the Wrapper 1.1.0 milestone Feb 18, 2018
@suresttexas00 suresttexas00 removed their assignment Jun 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant