blob: 8b88066b0636191715c69f2db15ed0d8251da9a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# /lc settings <Badge type="tip" text="v0.5.0" /> <Badge type="tip" text="Paper" />
### `/lc settings <key> [value]`
| Permission |
|-----------------------------------|
| `lunaticchat.command.lc.settings` |
Manages player settings for LunaticChat. If no value is specified, the current setting value will be displayed.
This setting is saved by UUID, so the setting will not be lost even if you change your MCID.
#### Available Keys
| Key | Description | Default Value |
|----------|----------------------------------------------------------|--------|
| `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` |
|