MuteManager
interface MuteManager
Manages voice players mutes.
Functions
Link copied to clipboard
Gets the mute information for a player.
Link copied to clipboard
Gets the mute storage implementation used for storing mute information.
Link copied to clipboard
abstract fun mute(@NotNull playerId: @NotNull UUID, @Nullable mutedById: UUID, duration: Long, @Nullable durationUnit: MuteDurationUnit, @Nullable reason: String, silent: Boolean): Optional<ServerMuteInfo>
Mutes a player.
Link copied to clipboard
Sets the mute storage implementation to be used for storing mute information.