putPlayerMute

abstract fun putPlayerMute(@NotNull playerId: @NotNull UUID, @NotNull muteInfo: @NotNull ServerMuteInfo)

Puts the player's mute information into the storage.

Parameters

playerId

The UUID of the player.

muteInfo

The player's mute information.