Skip to content

Allow using a custom suggestion provider with the bukkit command overload of register() #13

@NorbiPeti

Description

@NorbiPeti

I'm using a custom suggestion provider for the arguments so I'm using #register(LiteralCommandNode) but I've discovered that it leaves minecraft:command tab completion in (I also register plugin:command so I get a minecraft:plugin:command option as well). If I use #register(Command, LiteralCommandNode) then it replaces my suggestion provider with Bukkit's. An option would be useful in this case where I can let Commodore deal with Bukkit's things but let me use the vanilla method.

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