diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-24 04:40:54 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-01-24 04:40:54 +0900 |
| commit | 3b14d0ea23da82d3936ca025bec51504f8255948 (patch) | |
| tree | 084bd7c95f333763a5cdb6308ad15c6b560057c0 /docs/src/reference/commands | |
| parent | ac80dc3ce71f9be0397442208cac80f6069eea03 (diff) | |
| download | LunaticChat-3b14d0ea23da82d3936ca025bec51504f8255948.tar.gz LunaticChat-3b14d0ea23da82d3936ca025bec51504f8255948.tar.bz2 LunaticChat-3b14d0ea23da82d3936ca025bec51504f8255948.zip | |
docs: Add beta documents
Diffstat (limited to 'docs/src/reference/commands')
| -rw-r--r-- | docs/src/reference/commands/jp.md | 10 | ||||
| -rw-r--r-- | docs/src/reference/commands/lc/settings.md | 18 | ||||
| -rw-r--r-- | docs/src/reference/commands/lc/status.md | 9 | ||||
| -rw-r--r-- | docs/src/reference/commands/notice.md | 10 | ||||
| -rw-r--r-- | docs/src/reference/commands/reply.md | 2 | ||||
| -rw-r--r-- | docs/src/reference/commands/tell.md | 2 |
6 files changed, 45 insertions, 6 deletions
diff --git a/docs/src/reference/commands/jp.md b/docs/src/reference/commands/jp.md index 8f77b12..e850400 100644 --- a/docs/src/reference/commands/jp.md +++ b/docs/src/reference/commands/jp.md @@ -1,6 +1,12 @@ -# /jp <Badge type="tip" text="v0.1.0" /> <Badge type="tip" text="Paper / Velocity" /> +# /jp <Badge type="tip" text="v0.1.0" /> <Badge type="tip" text="Paper" /> -### `/jp [on | off]` +### `/jp [on | off]` <Badge type="danger" text="非推奨: v1.0.0 で削除予定" /> + +::: danger 非推奨 + +このコマンドは v0.5.0 で非推奨となりました.代わりに [`/lc settings`](lc/settings.md) コマンドを使用してください. + +::: | パーミッション | |--------------------------| 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 のステータスを表示します. diff --git a/docs/src/reference/commands/notice.md b/docs/src/reference/commands/notice.md index 5cd1a2c..830166b 100644 --- a/docs/src/reference/commands/notice.md +++ b/docs/src/reference/commands/notice.md @@ -1,6 +1,12 @@ -# /notice <Badge type="tip" text="v0.4.0" /> <Badge type="tip" text="Paper / Velocity" /> +# /notice <Badge type="tip" text="v0.4.0" /> <Badge type="tip" text="Paper" /> -### `/notice [on | off]` +### `/notice [on | off]` <Badge type="danger" text="非推奨: v1.0.0 で削除予定" /> + +::: danger 非推奨 + +このコマンドは v0.5.0 で非推奨となりました.代わりに [`/lc settings`](lc/settings.md) コマンドを使用してください. + +::: | パーミッション | エイリアス | |-----------------------------|-------------| diff --git a/docs/src/reference/commands/reply.md b/docs/src/reference/commands/reply.md index 27e0660..201af39 100644 --- a/docs/src/reference/commands/reply.md +++ b/docs/src/reference/commands/reply.md @@ -1,4 +1,4 @@ -# /reply <Badge type="tip" text="v0.1.0" /> <Badge type="tip" text="Paper / Velocity" /> +# /reply <Badge type="tip" text="v0.1.0" /> <Badge type="tip" text="Paper" /> ### `/reply <メッセージ>` diff --git a/docs/src/reference/commands/tell.md b/docs/src/reference/commands/tell.md index cf38815..6f6e897 100644 --- a/docs/src/reference/commands/tell.md +++ b/docs/src/reference/commands/tell.md @@ -1,4 +1,4 @@ -# /tell <Badge type="tip" text="v0.1.0" /> <Badge type="tip" text="Paper / Velocity" /> +# /tell <Badge type="tip" text="v0.1.0" /> <Badge type="tip" text="Paper" /> ### `/tell <プレイヤーID> <メッセージ>` |
