diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-03-17 21:54:05 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-03-17 21:54:05 +0900 |
| commit | 1812e3558db357ddd21d3d2fd40df63b2a7f000a (patch) | |
| tree | 1439a8679015cfd41fd2b135a7c65544300b8475 /docs/src/en/admin-guide/management-data.md | |
| parent | 36f25c7878ac71444d712af7cca8e785ee07a719 (diff) | |
| download | LunaticChat-1812e3558db357ddd21d3d2fd40df63b2a7f000a.tar.gz LunaticChat-1812e3558db357ddd21d3d2fd40df63b2a7f000a.tar.bz2 LunaticChat-1812e3558db357ddd21d3d2fd40df63b2a7f000a.zip | |
feat: Remove permission
Diffstat (limited to 'docs/src/en/admin-guide/management-data.md')
| -rw-r--r-- | docs/src/en/admin-guide/management-data.md | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/docs/src/en/admin-guide/management-data.md b/docs/src/en/admin-guide/management-data.md index 3f09506..0255bf0 100644 --- a/docs/src/en/admin-guide/management-data.md +++ b/docs/src/en/admin-guide/management-data.md @@ -11,7 +11,6 @@ These data files are essential to the operation of LunaticChat. Direct editing m LunaticChat saves channel data and configuration information to local disk. - `channels.json`: Stores channel information. -- `chatmodes.json`: Stores player chat mode settings. - `conversion_cache.json`: Stores cache for channel conversion. - `player-settings.yaml`: Stores player-specific settings. @@ -23,7 +22,7 @@ To ensure the safety of your LunaticChat data, we recommend creating regular bac ### `channels.json` -The `channels.json` file stores information about channels managed by LunaticChat. This file contains information such as channel names, participant lists, and chat modes. +The `channels.json` file stores information about channels managed by LunaticChat. This file contains information such as channel names and participant lists. ```json { @@ -52,21 +51,6 @@ The `channels.json` file stores information about channels managed by LunaticCha } ``` -### `chatmodes.json` - -The `chatmodes.json` file stores player chat mode settings. This file contains chat mode information for each player. - -```json -{ - "modes": { - "aed5efd4-551b-3965-bc28-ae21aa072a66": "CHANNEL", - "ceaea267-39dd-3bac-931c-761ada671ebe": "CHANNEL", - "a01e3843-e521-3998-958a-f459800e4d11": "CHANNEL", - "681f539b-8bb8-3f85-85e5-a2945f6c6539": "GLOBAL" - } -} -``` - ### `conversion_cache.json` The `conversion_cache.json` file stores cache for channel conversion. This file contains channel conversion information for each player. |
