suggest

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

Suggests possible completions for the input strings.

Return

A list of suggested completions.

Parameters

input

The list of input strings.

sender

The command sender.