DiscordSRV

DiscordSRV

86.8k Downloads

Tab-Completion for commands

Androkai opened this issue ยท 1 comments

commented

Like the headline says, completing commands by pressing tab.

Using:

@Override
public List<String> onTabComplete(CommandSender sender, Command cmd, String alias, String[] args) {
    //todo: checking args length and permissions to return the correct possible commands
}
commented

Works as expected ๐Ÿ‘