Add tab-complete coding suggestions when adding to .executes
with /configcommands build
#29
Labels
enhancement
New feature or request
This suggestion is inspired by this example for Brigadier Suggestions from the CommandAPI.
Basically, there would be a command,
functionline
or something that gives suggestions for each step of writing a line of code when using/configcommands build
. Some examples:Once the user presses enter and the build menu intercepts the command as a message, if it is a
/functionline
command it can get intercepted and parsed to the correct syntax.This is probably easier said than done, and it's not very easy to say!
The text was updated successfully, but these errors were encountered: