Skip to content

[Suggestion] Display Argument descriptions as hover for Minecraft Help syntaxes #108

Description

@Andre601

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions