onTabComplete

open override fun onTabComplete(sender: CommandSender, command: Command, label: String, args: Array<out String>): List<String>(source)

Provides tab completion suggestions for the onTabComplete method.

Return

A list of tab completion suggestions.

Parameters

sender

The command sender.

command

The executed command.

label

The command label.

args

The command arguments.