diff options
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/guide/configuration.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/src/guide/configuration.md b/docs/src/guide/configuration.md index 07458b3..3b7bd1e 100644 --- a/docs/src/guide/configuration.md +++ b/docs/src/guide/configuration.md @@ -24,6 +24,9 @@ userSettingsFilePath: "player-settings.yaml" # If enabled, LunaticChat will check for updates on startup. checkForUpdates: true +# Plugin Configuration Language. This setting applies only to player feedback and does not affect plugin logs or similar outputs. +language: "en" + # ---------------------------------------------- # ----------- Features Settings ------------ # ---------------------------------------------- @@ -88,6 +91,18 @@ LunaticChat がプレイヤーの設定を保存する YAML ファイルのパ LunaticChat の起動時・権限を持ったプレイヤーがサーバに参加した際に,LunaticChat のアップデートを促すかどうか設定します. +### `language` + +- Type: `string` +- Default: `en` + +LunaticChat のプレイヤー向けメッセージの言語を指定します. + +### Supported languages: + +- `en`: English +- `ja`: 日本語 + ## Features Settings ### `features.quickReplies.enabled` |
