You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2024. It is now read-only.
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.
I have a
@Commandannotated class in which I specify 2 classes as subcommand (both are annotated with@Commandand@Subcommand).Your wiki specifies the following:
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?