diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-04-07 18:46:15 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-04-07 18:46:15 +0900 |
| commit | ccd1ee8e72286b1f333356bc9463b995ad7ffcd0 (patch) | |
| tree | b979c59d435de5edaf1c0b6352a57969746cbc54 /website/src | |
| parent | 9abbc0ac1b1f6f7cfed9c595e7dec028bc8974c1 (diff) | |
| download | LunaticChat-ccd1ee8e72286b1f333356bc9463b995ad7ffcd0.tar.gz LunaticChat-ccd1ee8e72286b1f333356bc9463b995ad7ffcd0.tar.bz2 LunaticChat-ccd1ee8e72286b1f333356bc9463b995ad7ffcd0.zip | |
docs: add Spigot/BungeeCord unsupported notice
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'website/src')
| -rw-r--r-- | website/src/docs/getting-started.md | 4 | ||||
| -rw-r--r-- | website/src/download.md | 2 | ||||
| -rw-r--r-- | website/src/en/docs/getting-started.md | 4 | ||||
| -rw-r--r-- | website/src/en/download.md | 2 |
4 files changed, 12 insertions, 0 deletions
diff --git a/website/src/docs/getting-started.md b/website/src/docs/getting-started.md index 63b52d5..afcb4d7 100644 --- a/website/src/docs/getting-started.md +++ b/website/src/docs/getting-started.md @@ -6,6 +6,10 @@ layout: doc LunaticChat を導入するための手順を説明します. +::: warning Spigot / BungeeCord は非対応です +LunaticChat は Paper / Folia サーバーのみをサポートしています.Spigot / BungeeCord では動作せず,今後も対応予定はありません.Spigot 環境では [LunaChat の Fork](https://github.com/f1w3/LunaChat) の使用を推奨します. +::: + ## 動作要件 | 項目 | 要件 | diff --git a/website/src/download.md b/website/src/download.md index ef1167b..47f4ff5 100644 --- a/website/src/download.md +++ b/website/src/download.md @@ -3,4 +3,6 @@ layout: page title: ダウンロード --- +<!-- ダウンロードページのコンテンツは DownloadCard.vue コンポーネントで管理しています.直書きはしないこと --> + <DownloadCard /> diff --git a/website/src/en/docs/getting-started.md b/website/src/en/docs/getting-started.md index abfd2ac..396cd16 100644 --- a/website/src/en/docs/getting-started.md +++ b/website/src/en/docs/getting-started.md @@ -6,6 +6,10 @@ layout: doc This guide explains how to set up LunaticChat. +::: warning Spigot / BungeeCord is not supported +LunaticChat only supports Paper / Folia servers. It does not work on Spigot or BungeeCord, and there are no plans to support them in the future. For Spigot environments, we recommend using a [fork of LunaChat](https://github.com/f1w3/LunaChat). +::: + ## Requirements | Item | Requirement | diff --git a/website/src/en/download.md b/website/src/en/download.md index e629415..16916b5 100644 --- a/website/src/en/download.md +++ b/website/src/en/download.md @@ -3,4 +3,6 @@ layout: page title: Download --- +<!-- Download page content is managed by the DownloadCard.vue component. Do not write content directly here --> + <DownloadCard /> |
