Skip to content

sub-command help display error on multiple alias #87

@LeeGodSRC

Description

@LeeGodSRC

There is a bug in command system where help display the same arg on help when you have 2 alias in the same sub-command

Image

    @Command({"list", "all"})
    public void list(BukkitCommandContext context) {
        new ArenaListMenu().open(context.getPlayer());
    }

    @Command({"create", "setup"})
    public void create(BukkitCommandContext context, @Arg("name") String name) {

    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Next Up

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions