Mute Storage
interface MuteStorage
Stores voice mutes.
Functions
Link copied to clipboard
Gets the player's mute information from storage by their UUID.
Link copied to clipboard
Gets a collection of all muted players.
Link copied to clipboard
abstract fun putPlayerMute(@NotNull playerId: @NotNull UUID, @NotNull muteInfo: @NotNull ServerMuteInfo)
Puts the player's mute information into the storage.
Link copied to clipboard
Removes the player's mute information from storage by their UUID.