PlayerChatSettings

@Serializable
data class PlayerChatSettings(val uuid: UUID, val japaneseConversionEnabled: Boolean = false)

Data model for per-player chat settings.

Constructors

Link copied to clipboard
constructor(uuid: UUID, japaneseConversionEnabled: Boolean = false)

Properties

Link copied to clipboard

Whether romaji-to-Japanese conversion is enabled for this player

Link copied to clipboard
@Serializable(with = UUIDSerializer::class)
val uuid: UUID

The unique identifier of the player