withTabCompleter

fun withTabCompleter(tabCompleter: (CommandSender, Array<String>) -> Collection<String>): Command

Replaces the default tab completer for this command

Return

this command

Parameters

tabCompleter

The tab completer to set