diff options
Diffstat (limited to 'docs/src/reference/commands/lc')
| -rw-r--r-- | docs/src/reference/commands/lc/settings.md | 18 | ||||
| -rw-r--r-- | docs/src/reference/commands/lc/status.md | 9 |
2 files changed, 27 insertions, 0 deletions
diff --git a/docs/src/reference/commands/lc/settings.md b/docs/src/reference/commands/lc/settings.md new file mode 100644 index 0000000..86e0a9d --- /dev/null +++ b/docs/src/reference/commands/lc/settings.md @@ -0,0 +1,18 @@ +# /lc settings <Badge type="tip" text="v0.5.0" /> <Badge type="tip" text="Paper" /> + +### `/lc settings <key> [value]` + +| パーミッション | +|--------------------------------| +| `lunaticchat.command.settings` | + +LunaticChat のプレイヤー設定を管理します.値を指定しなかった場合は設定値が表示されます. + +この設定は UUID で保存されるため, MCID を切り替えても設定が消えることはありません. + +#### 利用可能なキー + +| キー | 説明 | デフォルト値 | +|----------|----------------------------------------------------------|--------| +| `jp` | ローマ字変換の有効化・無効化を切り替えます. | `true` | +| `notice` | `/tell` や `/reply` でダイレクトメッセージを受信した際に通知を受け取るかどうかを切り替えます. | `true` | diff --git a/docs/src/reference/commands/lc/status.md b/docs/src/reference/commands/lc/status.md new file mode 100644 index 0000000..1b9ddcb --- /dev/null +++ b/docs/src/reference/commands/lc/status.md @@ -0,0 +1,9 @@ +# /lc status <Badge type="tip" text="v0.5.0" /> <Badge type="tip" text="Paper" /> + +### `/lc status` + +| パーミッション | +|------------------------------| +| `lunaticchat.command.status` | + +LunaticChat のステータスを表示します. |
