with Tab Completer
fun withTabCompleter(tabCompleter: (CommandSender, Array<String>) -> Collection<String>): Command
Content copied to clipboard
Replaces the default tab completer for this command
Return
this command
Parameters
tab Completer
The tab completer to set