summaryrefslogtreecommitdiff
path: root/docs/src/reference/commands
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-01-10 22:11:45 +0900
committerSho Sakuma <me@m1sk9.dev>2026-01-10 22:11:45 +0900
commitcf34e15ddedb9f8665045389e90f5f198989a23d (patch)
tree0365f024c0760f235ace807cfb7034f7f8f995ab /docs/src/reference/commands
parent7098bba7b5c516a57e3eaae3f5a3305f8bf5c476 (diff)
downloadLunaticChat-cf34e15ddedb9f8665045389e90f5f198989a23d.tar.gz
LunaticChat-cf34e15ddedb9f8665045389e90f5f198989a23d.tar.bz2
LunaticChat-cf34e15ddedb9f8665045389e90f5f198989a23d.zip
docs: Add LunaticChat docs
Diffstat (limited to 'docs/src/reference/commands')
-rw-r--r--docs/src/reference/commands/jp.md13
-rw-r--r--docs/src/reference/commands/reply.md17
-rw-r--r--docs/src/reference/commands/tell.md11
3 files changed, 41 insertions, 0 deletions
diff --git a/docs/src/reference/commands/jp.md b/docs/src/reference/commands/jp.md
new file mode 100644
index 0000000..04fed27
--- /dev/null
+++ b/docs/src/reference/commands/jp.md
@@ -0,0 +1,13 @@
+# /jp <Badge type="tip" text="v0.1.0" /> <Badge type="tip" text="Paper / Velocity" />
+
+### /jp [on | off]
+
+| パーミッション |
+|--------------------------|
+| `lunaticchat.command.jp` |
+
+ローマ字変換の設定を切り替えます.
+
+この設定は UUID で保存されるため, MCID を切り替えても設定が消えることはありません.
+
+
diff --git a/docs/src/reference/commands/reply.md b/docs/src/reference/commands/reply.md
new file mode 100644
index 0000000..27e0660
--- /dev/null
+++ b/docs/src/reference/commands/reply.md
@@ -0,0 +1,17 @@
+# /reply <Badge type="tip" text="v0.1.0" /> <Badge type="tip" text="Paper / Velocity" />
+
+### `/reply <メッセージ>`
+
+| パーミッション | エイリアス |
+|-----------------------------|-------|
+| `lunaticchat.command.reply` | `/r` |
+
+直近で [`/tell`](./tell.md) を使用し,やりとりをしたプレイヤーに対して返信します.
+
+::: info このコマンドが使用できない場合
+
+このコマンドが無効化されている可能性があります (この機能は設定で ON/OFF できるため)
+
+サーバーの管理者に連絡してください.
+
+:::
diff --git a/docs/src/reference/commands/tell.md b/docs/src/reference/commands/tell.md
new file mode 100644
index 0000000..cf38815
--- /dev/null
+++ b/docs/src/reference/commands/tell.md
@@ -0,0 +1,11 @@
+# /tell <Badge type="tip" text="v0.1.0" /> <Badge type="tip" text="Paper / Velocity" />
+
+### `/tell <プレイヤーID> <メッセージ>`
+
+| パーミッション | エイリアス |
+| ---- | ---- |
+| `lunaticchat.command.tell` | `/t`, `/msg`, `/m`, `/w`, `/whisper` |
+
+指定したプレイヤーに対してメッセージを送信します.
+
+送信されたメッセージをクリックするとこのコマンドがチャット欄に自動入力されます.