Can not use tab completion feature on mobile devices
Mobile/Xbox/Switch players still do not have an option to tab-complete/arrow up/arrow down in the chat
Addons like http://mcpedl.com/easychatcompletion-addon/ show that it works as a proof of concept
Created Issue:
Allow custom servers to add tab-completion options
Hello. Sorry for opening kind of an feature request.
My issue is, that tab completion on Servers is a bit useless, as long as you can't add own options for tab completion.Using item for items, Player for players, etc is great.
But sometimes we get plugin commands, like
/minigame <join|leave>What would be cool is that servers can send command parameters like
Currently:
'parameters' =>
array (
0 =>
array (
'name' => 'args',
'type' => 'rawtext',
'optional' => true,
),
),After:
'parameters' =>
array (
0 =>
array (
'name' => 'args',
'type' => 'array',
'values' => array(join, leave),
'optional' => true,
),
),Sorry again for a "request". This could be used both for mods and servers. (btw please add tab completion on phone by being able to click on the given values (write "/gamemode " and click on "/gamemode survival" to have the text in the text bar))
- Unresolved
- Open
- Unconfirmed
- Windows
- Windows 10
- 1.0.4.11
Hello. Sorry for opening kind of an feature request.
My issue is, that tab completion on Servers is a bit useless, as long as you can't add own options for tab completion.Using item for items, Player for players, etc is great.
But sometimes we get plugin commands, like
/minigame <join|leave>What would be cool is that servers can send command parameters like
Currently:
'parameters' =>
array (
0 =>
array (
'name' => 'args',
'type' => 'rawtext',
'optional' => true,
),
),After:
'parameters' =>
array (
0 =>
array (
'name' => 'args',
'type' => 'array',
'values' => array(join, leave),
'optional' => true,
),
),Sorry again for a "request". This could be used both for mods and servers. (btw please add tab completion on phone by being able to click on the given values (write "/gamemode " and click on "/gamemode survival" to have the text in the text bar))
Mobile/Xbox/Switch players still do not have an option to tab-complete/arrow up/arrow down in the chat
Addons like http://mcpedl.com/easychatcompletion-addon/ show that it works as a proof of concept
Allow custom servers to addtab-completionoptionsCan not use tab completion feature on mobile devices
Okay, changing issue title: Cannot use tab completion on phone.
For feature suggestions or changes please see: Minecraft Suggestions on Reddit or the official Minecraft feedback site.