Client-side command hints #6517
Labels
Category: UI
Related to the user interface (e.g. commands, terminal output)
Priority: Low
Status: Blocked
Depends on other changes which are yet to be completed
Type: Enhancement
Contributes features or other improvements to PocketMine-MP
For this to work, PocketMine would need to automatically support command enumerations. I understand this might break backward compatibility, but since this feature is already part of vanilla Minecraft, it logically should be implemented in PocketMine-MP. This would allow for suggestions to appear when typing a command and could also make it interesting to enable the creation of custom command enumerations.
This means that within the Command class, there would be a preparation of the required options. One could consider adding a class or concept such as
CommandParamOption
or evenCommandParamType
.might be interesting for PM-6 ?
The text was updated successfully, but these errors were encountered: