summaryrefslogtreecommitdiff
path: root/docs/src/reference
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-01-24 04:40:54 +0900
committerSho Sakuma <me@m1sk9.dev>2026-01-24 04:40:54 +0900
commit3b14d0ea23da82d3936ca025bec51504f8255948 (patch)
tree084bd7c95f333763a5cdb6308ad15c6b560057c0 /docs/src/reference
parentac80dc3ce71f9be0397442208cac80f6069eea03 (diff)
downloadLunaticChat-3b14d0ea23da82d3936ca025bec51504f8255948.tar.gz
LunaticChat-3b14d0ea23da82d3936ca025bec51504f8255948.tar.bz2
LunaticChat-3b14d0ea23da82d3936ca025bec51504f8255948.zip
docs: Add beta documents
Diffstat (limited to 'docs/src/reference')
-rw-r--r--docs/src/reference/commands/jp.md10
-rw-r--r--docs/src/reference/commands/lc/settings.md18
-rw-r--r--docs/src/reference/commands/lc/status.md9
-rw-r--r--docs/src/reference/commands/notice.md10
-rw-r--r--docs/src/reference/commands/reply.md2
-rw-r--r--docs/src/reference/commands/tell.md2
-rw-r--r--docs/src/reference/permissions.md59
7 files changed, 104 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> <メッセージ>`
diff --git a/docs/src/reference/permissions.md b/docs/src/reference/permissions.md
new file mode 100644
index 0000000..0f3cd97
--- /dev/null
+++ b/docs/src/reference/permissions.md
@@ -0,0 +1,59 @@
+# パーミッション
+
+LuckPerms を使用した設定方法に関する詳細は [LuckPerms Wiki](https://luckperms.net/wiki/Home) を参照してください.
+
+## `lunaticchat.*`
+
+### `lunaticchat.spy`
+
+- Default: `OP`
+
+[`/tell`](commands/tell.md) / [`/reply`](commands/reply.md) コマンドでのやり取りを可視化します.
+
+この権限を持つプレイヤーは他プレイヤーの [`/tell`](commands/tell.md) / [`/reply`](commands/reply.md) でのメッセージがブロードキャストされます.
+
+### `lunaticchat.noticeUpdate`
+
+- Default: `OP`
+
+LunaticChat のアップデート通知を受け取ります.
+
+[受け取るには `checkForUpdates` を有効にしておく](../guide/admin/configuration.md#checkforupdates) 必要があります.
+
+## `lunaticchat.command.*`
+
+### `lunaticchat.command.tell`
+
+- Default: `non OP`
+
+[`/tell`](commands/tell.md) コマンドの使用を切り替えます.
+
+### `lunaticchat.command.reply`
+
+- Default: `non OP`
+
+[`/reply`](commands/reply.md) コマンドの使用を切り替えます.
+
+### `lunaticchat.command.lc.settings`
+
+- Default: `non OP`
+
+[`/lc settings`](commands/lc/settings.md) コマンドの使用を切り替えます.
+
+### `lunaticchat.command.lc.status`
+
+- Default: `non OP`
+
+[`/lc status`](commands/lc/status.md) コマンドの使用を切り替えます.
+
+### `lunaticchat.command.jp` <Badge type="danger" text="非推奨: v1.0.0 で削除予定" />
+
+- Default: `non OP`
+
+[`/jp`](commands/jp.md) コマンドの使用を切り替えます.
+
+### `lunaticchat.command.notice` <Badge type="danger" text="非推奨: v1.0.0 で削除予定" />
+
+- Default: `non OP`
+
+[`/notice`](commands/notice.md) コマンドの使用を切り替えます.