Right now the output of MinecraftHelp when displaying commands only has a single hover applied across the whole Command itself.
It would be great if arguments could have their descriptions added as hover to the help output, as it could help to explain to the user a few things.
This of course would be a huge rework tho... From what I could gather is the current setup using the syntax() of the CommandEntry<C> which is just a string.
So this change would most likely require to use the Command<C> value itself to generate the full command syntax here.
I hope this can be considered.