suggest

open override 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.