Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Autocompletion not working #21

@CC007

Description

@CC007

I have a @Command annotated class in which I specify 2 classes as subcommand (both are annotated with @Command and @Subcommand).

Your wiki specifies the following:

The Spigot Spring Boot Starter comes with a out of the box autocompletion system, which provides a powerful and extensible support for the Minecraft command autocompletion feature. By default, all subcommands are suggested, as well as Player, World and enum parameters.

But for me it only suggests the player name.

I also tried explicitly specifying a @parameter annotated field and give it a completionCandidate explicitly, but this doesn't seem to fix the issue.

Do you have time to help figure out the issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions