suggest

override fun suggest(input: List<String>, sender: CommandSender): List<String>

Suggests possible completions for the input string.

Return

A list of suggested completions.

Parameters

input

The list of input strings.

sender

The command sender.


abstract fun suggest(input: String, sender: CommandSender): List<String>

Suggests possible completions for the input string.

Return

A list of suggested completions.

Parameters

input

The input string.

sender

The command sender.