LunaticChatConfiguration
@Serializable
The shape of config.yml.
Every property carries the default that config.yml documents, and it is the only place that default is written: the file is deserialized straight into this tree, so a key the user has not set simply falls back here.
Constructors
Link copied to clipboard
constructor(features: FeaturesConfig = FeaturesConfig(), messageFormat: MessageFormatConfig = MessageFormatConfig(), debug: LenientBoolean = false, userSettingsFilePath: String = "player-settings.yaml", checkForUpdates: LenientBoolean = true, language: Language = Language.EN)