getPlayerMute

abstract fun getPlayerMute(playerId: UUID): BooleanConfigEntry

Returns the mute entry for the given player, creating it with the default value if absent.

Shorthand for getMute with the "source_<playerId>" line name.