getPlayerCompletions

abstract fun getPlayerCompletions(input: String): MutableList<String>

Get a list of Player Names that can be used in tab completions.

Return

A MutableList of Player names as Strings

Parameters

input

the arg that they are currently typing