summaryrefslogtreecommitdiff
path: root/docs/src/en/reference/commands/lc/settings.md
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-02-07 17:00:51 +0900
committerGitHub <noreply@github.com>2026-02-07 17:00:51 +0900
commitd680eaa8fe7a99ccd25674c1b6933096dc28d5df (patch)
tree112c6c20abd69af5c3e6d669419d8d2045044fbb /docs/src/en/reference/commands/lc/settings.md
parent0afd010990b8f73d6db5dfb1be353dcf163a63d3 (diff)
parent76198199c24b0d1d31d0dfa74825d1ea0cdfb097 (diff)
downloadLunaticChat-d680eaa8fe7a99ccd25674c1b6933096dc28d5df.tar.gz
LunaticChat-d680eaa8fe7a99ccd25674c1b6933096dc28d5df.tar.bz2
LunaticChat-d680eaa8fe7a99ccd25674c1b6933096dc28d5df.zip
Merge pull request #87 from m1sk9/feat/cross-server-chat
feat: Implementation of Cross-Server Chat
Diffstat (limited to 'docs/src/en/reference/commands/lc/settings.md')
-rw-r--r--docs/src/en/reference/commands/lc/settings.md7
1 files changed, 4 insertions, 3 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` |