diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-02-11 05:52:08 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-02-11 05:52:08 +0900 |
| commit | d767e3063c18152d8295e9273b7d63dbbc3ed8d6 (patch) | |
| tree | c96aecf6ea17b05321cacd645ba5c60b884bdb3c | |
| parent | 239de463ee63bb85e0aab88925efb23f845346ef (diff) | |
| download | LunaticChat-d767e3063c18152d8295e9273b7d63dbbc3ed8d6.tar.gz LunaticChat-d767e3063c18152d8295e9273b7d63dbbc3ed8d6.tar.bz2 LunaticChat-d767e3063c18152d8295e9273b7d63dbbc3ed8d6.zip | |
docs: Fix permission guide and changelog
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | docs/src/en/reference/permissions.md | 2 | ||||
| -rw-r--r-- | docs/src/reference/permissions.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cdb717..e64ae6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### v0.8.1 - Modrinth releases are now split per Loader. -- When LunaticChat for Velocity fails to launch due to version mismatch, enable the plugin to run standalone without modification +- Allow LunaticChat for Velocity to run standalone when launch fails due to version mismatch - Prevent `/lcv status` from becoming disabled when Velocity integration fails due to version mismatch - Enable checking Velocity integration errors via `/lcv status` - Add hover text to `/lcv status` indicating current integration status diff --git a/docs/src/en/reference/permissions.md b/docs/src/en/reference/permissions.md index 81118de..4508808 100644 --- a/docs/src/en/reference/permissions.md +++ b/docs/src/en/reference/permissions.md @@ -162,7 +162,7 @@ Toggles the use of the [`/lc chatmode toggle`](commands/lc/chatmode.md) command. ### `lunaticchat.command.lcv.status` -- Default: `non OP` +- Default: `OP` Toggles the use of the [`/lcv status`](commands/lcv/status.md) command. diff --git a/docs/src/reference/permissions.md b/docs/src/reference/permissions.md index 85b13ea..5704a50 100644 --- a/docs/src/reference/permissions.md +++ b/docs/src/reference/permissions.md @@ -162,7 +162,7 @@ LunaticChat のアップデート通知を受け取ります. ### `lunaticchat.command.lcv.status` -- Default: `non OP` +- Default: `OP` [`/lcv status`](commands/lcv/status.md) コマンドの使用を切り替えます. |
