removePlayer

abstract fun removePlayer(@NotNull playerId: @NotNull UUID): Boolean

Removes a player from the set by their unique player ID.

Return

true if the player was successfully removed, false otherwise.

Parameters

playerId

The UUID of the player to remove.