diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-07-19 22:06:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-19 22:06:37 +0900 |
| commit | bee1a61b7e38b160d967a91dd06bc5f44e14d057 (patch) | |
| tree | a8a0d281f1ddb4f314eb70ec3d01f4e4f7134cc8 /website/src/docs/reference | |
| parent | 31e024179517b261dedd45ff10dc80bb928af5df (diff) | |
| download | LunaticChat-bee1a61b7e38b160d967a91dd06bc5f44e14d057.tar.gz LunaticChat-bee1a61b7e38b160d967a91dd06bc5f44e14d057.tar.bz2 LunaticChat-bee1a61b7e38b160d967a91dd06bc5f44e14d057.zip | |
docs: add developer design/architecture guide (EN/JA) (#251)
* docs: add developer design/architecture guide (EN/JA)
The docs site covered features and reference but had no entry point for
the codebase's design. Add a Developer Guide section describing the
module structure (engine shared kernel, platform-paper, platform-velocity),
the protocol-version compatibility model, and the Service Container /
Feature Gating pattern, so contributors can understand the architecture
without reading the source first.
Co-Authored-By: Claude <noreply@anthropic.com>
* docs: mirror cross-server DM docs into English (#231)
PR #231 added the cross-server direct messaging feature but updated only
the Japanese docs. Port the same additions to the English pages
(configuration, direct-message, velocity, commands) so both locales stay
in sync.
Co-Authored-By: Claude <noreply@anthropic.com>
* style: apply biome formatting to ja.ts sidebar config
The developer-guide sidebar entries were not biome-formatted, failing the
build_docs CI check (format:check). Apply the formatter.
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
Diffstat (limited to 'website/src/docs/reference')
| -rw-r--r-- | website/src/docs/reference/commands.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/website/src/docs/reference/commands.md b/website/src/docs/reference/commands.md index 0f76838..a039f7a 100644 --- a/website/src/docs/reference/commands.md +++ b/website/src/docs/reference/commands.md @@ -8,10 +8,12 @@ A reference for all commands available in LunaticChat. ## Direct Messages -### `/tell <player> <message>` +### `/tell <player> <message>` / `/tell <player>@<server> <message>` Sends a direct message to a player. +When a server name is specified, the message is sent to the player on that server. + - **Aliases**: `t`, `msg`, `m`, `w`, `whisper` - **Permission**: `lunaticchat.command.tell` |
