diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-06-12 15:42:51 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-06-12 15:42:51 +0900 |
| commit | 8326b6a7619fd9e4fb6a640d01c4bf0c6194dc81 (patch) | |
| tree | 5a11035b136b216f2033d78a1e4d6b6138c18772 /website/src/docs/permissions.md | |
| parent | 043e202b1cbedad69d5521a83e791c106b49b10f (diff) | |
| download | LunaticChat-8326b6a7619fd9e4fb6a640d01c4bf0c6194dc81.tar.gz LunaticChat-8326b6a7619fd9e4fb6a640d01c4bf0c6194dc81.tar.bz2 LunaticChat-8326b6a7619fd9e4fb6a640d01c4bf0c6194dc81.zip | |
docs(website): make English the default locale
Swap the website default locale from Japanese to English.
English now lives at the site root (/), and Japanese moves
under /ja/. Update locale config, nav/sidebar links, internal
doc links, and asset relative paths accordingly.
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'website/src/docs/permissions.md')
| -rw-r--r-- | website/src/docs/permissions.md | 92 |
1 files changed, 46 insertions, 46 deletions
diff --git a/website/src/docs/permissions.md b/website/src/docs/permissions.md index 3fb20f5..d059bba 100644 --- a/website/src/docs/permissions.md +++ b/website/src/docs/permissions.md @@ -2,49 +2,49 @@ layout: doc --- -# パーミッション - -LunaticChat のすべてのパーミッションノードの一覧です. - -## コマンドパーミッション - -すべてのコマンドパーミッションはデフォルトで全プレイヤーに付与されています. - -| パーミッション | 説明 | -|---------------|------| -| `lunaticchat.command.lc` | `/lc` コマンドの使用 | -| `lunaticchat.command.tell` | `/tell` コマンドの使用 | -| `lunaticchat.command.reply` | `/reply` コマンドの使用 | -| `lunaticchat.command.lc.settings` | `/lc settings` の使用 | -| `lunaticchat.command.lc.status` | `/lc status` の使用 | - -### チャンネル関連 - -| パーミッション | 説明 | -|---------------|------| -| `lunaticchat.command.lc.channel` | `/lc channel` の使用 | -| `lunaticchat.command.lc.channel.create` | チャンネルの作成 | -| `lunaticchat.command.lc.channel.list` | チャンネル一覧の表示 | -| `lunaticchat.command.lc.channel.join` | チャンネルへの参加 | -| `lunaticchat.command.lc.channel.leave` | チャンネルからの退出 | -| `lunaticchat.command.lc.channel.switch` | アクティブチャンネルの切り替え | -| `lunaticchat.command.lc.channel.status` | チャンネル参加状況の確認 | -| `lunaticchat.command.lc.channel.info` | チャンネル情報の表示 | -| `lunaticchat.command.lc.channel.delete` | チャンネルの削除 | -| `lunaticchat.command.lc.channel.invite` | チャンネルへの招待 | -| `lunaticchat.command.lc.channel.kick` | チャンネルからのキック | -| `lunaticchat.command.lc.channel.ban` | チャンネルからの BAN | -| `lunaticchat.command.lc.channel.unban` | チャンネル BAN の解除 | -| `lunaticchat.command.lc.channel.mod` | モデレーター権限の付与・剥奪 | -| `lunaticchat.command.lc.channel.ownership` | チャンネルオーナーの譲渡 | - -## 管理者パーミッション - -以下のパーミッションはデフォルトで OP のみに付与されています. - -| パーミッション | デフォルト | 説明 | -|---------------|-----------|------| -| `lunaticchat.spy` | op | サーバー上の全ダイレクトメッセージを閲覧 | -| `lunaticchat.noticeupdate` | op | アップデート通知の受信 | -| `lunaticchat.channelbypass` | op | チャンネル制限のバイパス(キック・BAN 保護,強制削除) | -| `lunaticchat.command.lcv.status` | op | `/lcv status` コマンドの使用 | +# Permissions + +A list of all permission nodes in LunaticChat. + +## Command Permissions + +All command permissions are granted to all players by default. + +| Permission | Description | +|------------|-------------| +| `lunaticchat.command.lc` | Use the `/lc` command | +| `lunaticchat.command.tell` | Use the `/tell` command | +| `lunaticchat.command.reply` | Use the `/reply` command | +| `lunaticchat.command.lc.settings` | Use `/lc settings` | +| `lunaticchat.command.lc.status` | Use `/lc status` | + +### Channel-Related + +| Permission | Description | +|------------|-------------| +| `lunaticchat.command.lc.channel` | Use `/lc channel` | +| `lunaticchat.command.lc.channel.create` | Create a channel | +| `lunaticchat.command.lc.channel.list` | View the channel list | +| `lunaticchat.command.lc.channel.join` | Join a channel | +| `lunaticchat.command.lc.channel.leave` | Leave a channel | +| `lunaticchat.command.lc.channel.switch` | Switch the active channel | +| `lunaticchat.command.lc.channel.status` | View channel membership status | +| `lunaticchat.command.lc.channel.info` | View channel information | +| `lunaticchat.command.lc.channel.delete` | Delete a channel | +| `lunaticchat.command.lc.channel.invite` | Invite to a channel | +| `lunaticchat.command.lc.channel.kick` | Kick from a channel | +| `lunaticchat.command.lc.channel.ban` | Ban from a channel | +| `lunaticchat.command.lc.channel.unban` | Unban from a channel | +| `lunaticchat.command.lc.channel.mod` | Grant or revoke moderator privileges | +| `lunaticchat.command.lc.channel.ownership` | Transfer channel ownership | + +## Admin Permissions + +The following permissions are granted to OPs only by default. + +| Permission | Default | Description | +|------------|---------|-------------| +| `lunaticchat.spy` | op | View all direct messages on the server | +| `lunaticchat.noticeupdate` | op | Receive update notifications | +| `lunaticchat.channelbypass` | op | Bypass channel restrictions (kick/ban protection, force deletion) | +| `lunaticchat.command.lcv.status` | op | Use the `/lcv status` command | |
