on Tab Complete
open override fun onTabComplete(sender: CommandSender, command: Command, label: String, args: Array<out String>): List<String>?
Handles tab completion for the command.
Parameters
sender
The sender of the command.
command
The command being completed.
label
The alias of the command used.
args
The raw command arguments.