diff options
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 | 12 | ||||
| -rw-r--r-- | docs/src/reference/commands/reply.md | 4 | ||||
| -rw-r--r-- | docs/src/reference/commands/tell.md | 2 |
6 files changed, 47 insertions, 8 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..5c08671 100644 --- a/docs/src/reference/commands/notice.md +++ b/docs/src/reference/commands/notice.md @@ -1,11 +1,17 @@ -# /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) コマンドを使用してください. + +::: | パーミッション | エイリアス | |-----------------------------|-------------| | `lunaticchat.command.notice` | `/dmnotice` | -[`/tell`](./tell.md) や [`/reply`](./reply.md) コマンドで送信されるダイレクトメッセージの通知をオンまたはオフに切り替えます. +[`/tell`](tell.md) や [`/reply`](reply.md) コマンドで送信されるダイレクトメッセージの通知をオンまたはオフに切り替えます. この設定は UUID で保存されるため, MCID を切り替えても設定が消えることはありません. diff --git a/docs/src/reference/commands/reply.md b/docs/src/reference/commands/reply.md index 27e0660..fa9306a 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 <メッセージ>` @@ -6,7 +6,7 @@ |-----------------------------|-------| | `lunaticchat.command.reply` | `/r` | -直近で [`/tell`](./tell.md) を使用し,やりとりをしたプレイヤーに対して返信します. +直近で [`/tell`](tell.md) を使用し,やりとりをしたプレイヤーに対して返信します. ::: info このコマンドが使用できない場合 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> <メッセージ>` |
