removePlayer

abstract fun removePlayer(playerId: UUID): Boolean

Removes a voice player from the set by their UUID.

Return

true if the player was removed, false if the player was not found in the set.

Parameters

playerId

the UUID of the player to remove