TBMCPlugins / ChromaCore

A plugin that manages users, messages, exceptions and others across different platforms (Minecraft, Discord, ...)
2 stars 1 forks source link

Allow commands to provide tabcompletion for the parameters - finish parameter tabcomplete #82

Closed NorbiPeti closed 4 years ago

NorbiPeti commented 4 years ago

Parameter tabcomplete has been started a while ago but never really finished - it should handle custom processing for a specific parameter (an annotation with a function class? Or do it properly and allow setting it in the constructor), for example, the component command's second parameter is just a String, so the tabcompletion would be incorrect.