diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-02-23 18:13:06 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-02-23 18:13:06 +0900 |
| commit | 02574e0f606d0af3535d58b794fc5304de3ba37c (patch) | |
| tree | 91f4b94b2b619e0c3135a183b34a735fbe231297 /docs/src/reference | |
| parent | b139f958742572aaa41a92ac61b8e20e31c0837a (diff) | |
| download | LunaticChat-02574e0f606d0af3535d58b794fc5304de3ba37c.tar.gz LunaticChat-02574e0f606d0af3535d58b794fc5304de3ba37c.tar.bz2 LunaticChat-02574e0f606d0af3535d58b794fc5304de3ba37c.zip | |
docs: Update Folia reference
Diffstat (limited to 'docs/src/reference')
| -rw-r--r-- | docs/src/reference/commands/jp.md | 17 | ||||
| -rw-r--r-- | docs/src/reference/commands/lc/channel.md | 2 | ||||
| -rw-r--r-- | docs/src/reference/commands/lc/chatmode.md | 2 | ||||
| -rw-r--r-- | docs/src/reference/commands/lc/settings.md | 2 | ||||
| -rw-r--r-- | docs/src/reference/commands/lc/status.md | 2 | ||||
| -rw-r--r-- | docs/src/reference/commands/notice.md | 17 | ||||
| -rw-r--r-- | docs/src/reference/commands/reply.md | 2 | ||||
| -rw-r--r-- | docs/src/reference/commands/tell.md | 2 |
8 files changed, 6 insertions, 40 deletions
diff --git a/docs/src/reference/commands/jp.md b/docs/src/reference/commands/jp.md deleted file mode 100644 index e850400..0000000 --- a/docs/src/reference/commands/jp.md +++ /dev/null @@ -1,17 +0,0 @@ -# /jp <Badge type="tip" text="v0.1.0" /> <Badge type="tip" text="Paper" /> - -### `/jp [on | off]` <Badge type="danger" text="非推奨: v1.0.0 で削除予定" /> - -::: danger 非推奨 - -このコマンドは v0.5.0 で非推奨となりました.代わりに [`/lc settings`](lc/settings.md) コマンドを使用してください. - -::: - -| パーミッション | -|--------------------------| -| `lunaticchat.command.jp` | - -ローマ字変換の設定を切り替えます. - -この設定は UUID で保存されるため, MCID を切り替えても設定が消えることはありません. diff --git a/docs/src/reference/commands/lc/channel.md b/docs/src/reference/commands/lc/channel.md index 07381a6..4b96559 100644 --- a/docs/src/reference/commands/lc/channel.md +++ b/docs/src/reference/commands/lc/channel.md @@ -1,4 +1,4 @@ -# /lc channel <Badge type="tip" text="v0.6.0" /> <Badge type="tip" text="Paper" /> +# /lc channel <Badge type="tip" text="v0.6.0" /> <Badge type="tip" text="Paper/Folia" /> ### `/lc channel create <チャンネルID> <チャンネル名> [チャンネルの説明] [プライベート設定]` diff --git a/docs/src/reference/commands/lc/chatmode.md b/docs/src/reference/commands/lc/chatmode.md index 659aca5..eee6238 100644 --- a/docs/src/reference/commands/lc/chatmode.md +++ b/docs/src/reference/commands/lc/chatmode.md @@ -1,4 +1,4 @@ -# /lc chatmode <Badge type="tip" text="v0.6.0" /> <Badge type="tip" text="Paper" /> +# /lc chatmode <Badge type="tip" text="v0.6.0" /> <Badge type="tip" text="Paper/Folia" /> ### `/lc chatmode` diff --git a/docs/src/reference/commands/lc/settings.md b/docs/src/reference/commands/lc/settings.md index 209879d..343ffd5 100644 --- a/docs/src/reference/commands/lc/settings.md +++ b/docs/src/reference/commands/lc/settings.md @@ -1,4 +1,4 @@ -# /lc settings <Badge type="tip" text="v0.5.0" /> <Badge type="tip" text="Paper" /> +# /lc settings <Badge type="tip" text="v0.5.0" /> <Badge type="tip" text="Paper/Folia" /> ### `/lc settings <key> [value]` diff --git a/docs/src/reference/commands/lc/status.md b/docs/src/reference/commands/lc/status.md index 997d0ac..02f75ce 100644 --- a/docs/src/reference/commands/lc/status.md +++ b/docs/src/reference/commands/lc/status.md @@ -1,4 +1,4 @@ -# /lc status <Badge type="tip" text="v0.5.0" /> <Badge type="tip" text="Paper" /> +# /lc status <Badge type="tip" text="v0.5.0" /> <Badge type="tip" text="Paper/Folia" /> ### `/lc status` diff --git a/docs/src/reference/commands/notice.md b/docs/src/reference/commands/notice.md deleted file mode 100644 index 5c08671..0000000 --- a/docs/src/reference/commands/notice.md +++ /dev/null @@ -1,17 +0,0 @@ -# /notice <Badge type="tip" text="v0.4.0" /> <Badge type="tip" text="Paper" /> - -### `/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) コマンドで送信されるダイレクトメッセージの通知をオンまたはオフに切り替えます. - -この設定は UUID で保存されるため, MCID を切り替えても設定が消えることはありません. diff --git a/docs/src/reference/commands/reply.md b/docs/src/reference/commands/reply.md index 51070e1..5e0752f 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/Folia" /> ### `/reply <メッセージ>` diff --git a/docs/src/reference/commands/tell.md b/docs/src/reference/commands/tell.md index 69c2d90..35edca8 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/Folia" /> ### `/tell <プレイヤーID> <メッセージ>` |
