diff options
Diffstat (limited to 'docs/src/en/reference/commands/lc/settings.md')
| -rw-r--r-- | docs/src/en/reference/commands/lc/settings.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/src/en/reference/commands/lc/settings.md b/docs/src/en/reference/commands/lc/settings.md new file mode 100644 index 0000000..742e85c --- /dev/null +++ b/docs/src/en/reference/commands/lc/settings.md @@ -0,0 +1,18 @@ +# /lc settings <Badge type="tip" text="v0.5.0" /> <Badge type="tip" text="Paper" /> + +### `/lc settings <key> [value]` + +| Permission | +|--------------------------------| +| `lunaticchat.command.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 | +|----------|----------------------------------------------------------|--------| +| `jp` | Toggles romanization conversion on or off. | `true` | +| `notice` | Toggles whether to receive notifications when receiving direct messages via `/tell` or `/reply`. | `true` | |
