getMuteByPlayerId

abstract fun getMuteByPlayerId(@NotNull playerId: @NotNull UUID): Optional<ServerMuteInfo>

Gets the player's mute information from storage by their UUID.

Return

An Optional containing ServerMuteInfo if the player is muted, or empty otherwise.

Parameters

playerId

The UUID of the player.