diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-02-07 03:59:25 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-02-07 04:00:04 +0900 |
| commit | 40c9d18e4747e23977618e17bafcd64cd0ffa6b4 (patch) | |
| tree | 1fe77e8d677471c8a52ee7b28419423f7a25f14a /docs/src/en/reference | |
| parent | c7231d496c60ef68907f976427ab1b9c29e3c9f0 (diff) | |
| download | LunaticChat-40c9d18e4747e23977618e17bafcd64cd0ffa6b4.tar.gz LunaticChat-40c9d18e4747e23977618e17bafcd64cd0ffa6b4.tar.bz2 LunaticChat-40c9d18e4747e23977618e17bafcd64cd0ffa6b4.zip | |
docs: Update Cross Server chat
Diffstat (limited to 'docs/src/en/reference')
| -rw-r--r-- | docs/src/en/reference/commands/lc/settings.md | 7 | ||||
| -rw-r--r-- | docs/src/en/reference/commands/lc/status.md | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/docs/src/en/reference/commands/lc/settings.md b/docs/src/en/reference/commands/lc/settings.md index 4d09301..8b88066 100644 --- a/docs/src/en/reference/commands/lc/settings.md +++ b/docs/src/en/reference/commands/lc/settings.md @@ -2,9 +2,9 @@ ### `/lc settings <key> [value]` -| Permission | -|--------------------------------| -| `lunaticchat.command.settings` | +| Permission | +|-----------------------------------| +| `lunaticchat.command.lc.settings` | Manages player settings for LunaticChat. If no value is specified, the current setting value will be displayed. @@ -16,3 +16,4 @@ This setting is saved by UUID, so the setting will not be lost even if you chang |----------|----------------------------------------------------------|--------| | `japanese` | Toggles romanization conversion on or off. | `true` | | `notice` | Toggles whether to receive notifications when receiving direct messages via `/tell` or `/reply`. | `true` | +| `chNotice` | Toggles whether to receive notifications when receiving channel chat messages. | `true` | diff --git a/docs/src/en/reference/commands/lc/status.md b/docs/src/en/reference/commands/lc/status.md index 365519a..1fa6a39 100644 --- a/docs/src/en/reference/commands/lc/status.md +++ b/docs/src/en/reference/commands/lc/status.md @@ -2,8 +2,8 @@ ### `/lc status` -| Permission | -|------------------------------| -| `lunaticchat.command.status` | +| Permission | +|---------------------------------| +| `lunaticchat.command.lc.status` | Displays the status of LunaticChat. |
