summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-02-23 18:13:06 +0900
committerSho Sakuma <me@m1sk9.dev>2026-02-23 18:13:06 +0900
commit02574e0f606d0af3535d58b794fc5304de3ba37c (patch)
tree91f4b94b2b619e0c3135a183b34a735fbe231297 /docs
parentb139f958742572aaa41a92ac61b8e20e31c0837a (diff)
downloadLunaticChat-02574e0f606d0af3535d58b794fc5304de3ba37c.tar.gz
LunaticChat-02574e0f606d0af3535d58b794fc5304de3ba37c.tar.bz2
LunaticChat-02574e0f606d0af3535d58b794fc5304de3ba37c.zip
docs: Update Folia reference
Diffstat (limited to 'docs')
-rw-r--r--docs/src/guide/admin/velocity.md8
-rw-r--r--docs/src/guide/getting-started.md14
-rw-r--r--docs/src/index.md2
-rw-r--r--docs/src/reference/commands/jp.md17
-rw-r--r--docs/src/reference/commands/lc/channel.md2
-rw-r--r--docs/src/reference/commands/lc/chatmode.md2
-rw-r--r--docs/src/reference/commands/lc/settings.md2
-rw-r--r--docs/src/reference/commands/lc/status.md2
-rw-r--r--docs/src/reference/commands/notice.md17
-rw-r--r--docs/src/reference/commands/reply.md2
-rw-r--r--docs/src/reference/commands/tell.md2
11 files changed, 19 insertions, 51 deletions
diff --git a/docs/src/guide/admin/velocity.md b/docs/src/guide/admin/velocity.md
index 2b07ddb..862b529 100644
--- a/docs/src/guide/admin/velocity.md
+++ b/docs/src/guide/admin/velocity.md
@@ -8,6 +8,14 @@ Velocity を使用して,プロキシサーバーを繋いだ Paper サーバ
:::
+::: warning Folia との互換性
+
+Velocity 連携機能は Folia とは互換性がありません.
+
+Folia を使用している場合は Velocity 連携機能を使用できません.
+
+:::
+
## 連携機能を有効化する
Velocity 連携を有効化するには以下の手順を行います:
diff --git a/docs/src/guide/getting-started.md b/docs/src/guide/getting-started.md
index 83b125f..36bd4c4 100644
--- a/docs/src/guide/getting-started.md
+++ b/docs/src/guide/getting-started.md
@@ -6,7 +6,9 @@ LunaticChat を使用するには,以下のソフトウェアが必要です
- Java 21 (LTS 以降)
- Paper 1.21 以降
- - 最新版は [こちら](https://papermc.io/downloads/paper), それ以降のバージョンは [こちら](https://fill-ui.papermc.io/projects/paper/family/1.21) から入手できます.
+ - または Folia 1.21 以降
+
+最新版は [こちら](https://papermc.io/downloads/paper), それ以降のバージョンは [こちら](https://fill-ui.papermc.io/projects/paper/family/1.21) から入手できます.
::: warning Spigot 系プラットフォームでの動作について
@@ -14,14 +16,6 @@ LunaticChat は Paper プラグインです.Spigot / Bukkit / CraftBukkit で
:::
-::: tip Folia のサポートについて
-
-Folia は現在サポートされていません.将来的に対応する可能性がありますが,現時点では Folia 上での動作は保証されていません.
-
-詳しくは [Folia Support (m1sk9/LunaticChat #42)](https://github.com/m1sk9/LunaticChat/issues/42) を参照してください.
-
-:::
-
## インストール
LunaticChat をインストールします.LunaticChat は以下から入手できます:
@@ -59,7 +53,7 @@ LunaticChat を起動すると設定ファイル `config.yml` が作成されま
LunaticChat のパーミッションを LuckPerms などのパーミッション管理プラグインで設定します.
-基本的なパーミッションは Paper や Velocity のデフォルトパーミッションシステム ( `OP` / `non OP` ) でも使用できるように開発されていますが,より詳細な制御を行う場合は LuckPerms の使用を推奨します.
+基本的なパーミッションは Paper, Folia や Velocity のデフォルトパーミッションシステム ( `OP` / `non OP` ) でも使用できるように開発されていますが,より詳細な制御を行う場合は LuckPerms の使用を推奨します.
- パーミッションノードの詳細については [パーミッションガイド](../reference/permissions.md)を参照してください.
- コマンドの各機能に対応するパーミッションノードは,[コマンドリファレンス](../reference/index.md)を参照してください.
diff --git a/docs/src/index.md b/docs/src/index.md
index abdf453..e070120 100644
--- a/docs/src/index.md
+++ b/docs/src/index.md
@@ -36,7 +36,7 @@ features:
details: チャットチャンネルを作成・管理し,特定のプレイヤー間でのプライベートメッセージを送信可能
icon: ☎️
- title: マルチプラットフォーム対応
- details: Paper と Velocity のマルチプラットフォームに対応し,サーバ間チャットを実現します
+ details: Paper, Folia と Velocity のマルチプラットフォームに対応し,サーバ間チャットを実現します
icon: 🚀
- title: キャッシュによる高速動作
details: ローマ字から日本語の変換はキャッシュを使用し,従来の LunaChat よりも高速に動作します
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> <メッセージ>`