unmute

abstract fun unmute(@NotNull playerId: @NotNull UUID, silent: Boolean): Optional<ServerMuteInfo>

Unmutes a player.

Return

An Optional containing ServerMuteInfo if the player was previously muted and is now unmuted, or empty otherwise.

Parameters

playerId

The UUID of the player to be unmuted.

silent

If true, the player won't receive a notification about being unmuted.