Pressing tab after typing /gam add only a "e"
When you type "/gam" or "/ga" in the chat and then press "tab", the game suggest the command /game (wich doesn't exist).
Created Issue:
Pressing tab after typing /gam add only a "e"
When you type "/gam" or "/ga" in the chat and then press "tab", the game suggest the command /game (wich doesn't exist).
is duplicated by
is duplicated by
is duplicated by
is duplicated by
Duplicate of MC-41205 - If you have not, please use the search function in the future, to see if your bug has already been submitted. If you could not find the original report, please comment with the keywords you searched for.
Duplicate of MC-41205
Works as intended. Tab only completes parts of the command which are non-ambiguous. So if you try:
/scoreboard objectives add Hello stat
and hit Tab, it will add a ".", not a ".useItem" or ".walkOneCm"
Press Tab again to get new results.

All the tab completions can only suggest the part which is non-ambiguous.
If you press tab again, you see one line above the command line the possible selections.