diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-04-07 18:46:05 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-04-07 18:46:05 +0900 |
| commit | 9abbc0ac1b1f6f7cfed9c595e7dec028bc8974c1 (patch) | |
| tree | 34da9378e51615998ce77603296ffb8da8bf203b /website/src | |
| parent | 123416addad486d369a148312fef6a9457517022 (diff) | |
| download | LunaticChat-9abbc0ac1b1f6f7cfed9c595e7dec028bc8974c1.tar.gz LunaticChat-9abbc0ac1b1f6f7cfed9c595e7dec028bc8974c1.tar.bz2 LunaticChat-9abbc0ac1b1f6f7cfed9c595e7dec028bc8974c1.zip | |
docs(commands): add subcommand aliases to command reference
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'website/src')
| -rw-r--r-- | website/src/docs/reference/commands.md | 16 | ||||
| -rw-r--r-- | website/src/en/docs/reference/commands.md | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/website/src/docs/reference/commands.md b/website/src/docs/reference/commands.md index 4c40b9b..fd1dcdd 100644 --- a/website/src/docs/reference/commands.md +++ b/website/src/docs/reference/commands.md @@ -31,17 +31,21 @@ LunaticChat で使用できるすべてのコマンドのリファレンスで プラグインのバージョン,ヘルス,有効な機能,設定値を表示します. +- **エイリアス**: `st` - **パーミッション**: `lunaticchat.command.lc.status` ### `/lc settings [key] [on|off]` プレイヤー個人の設定を確認・変更します.引数なしで設定一覧を表示します. +- **エイリアス**: `set` - **パーミッション**: `lunaticchat.command.lc.settings` - **設定キー**: `japanese`, `notice`, `chNotice`(詳細は[プレイヤー設定](/docs/reference/player-settings)を参照) ## チャンネルコマンド (`/lc channel`) +**エイリアス**: `ch` + チャンネルチャット機能が有効な場合にのみ使用できます. ### 作成・探索 @@ -50,6 +54,7 @@ LunaticChat で使用できるすべてのコマンドのリファレンスで 新しいチャンネルを作成します.作成者がオーナーになります. +- **エイリアス**: `new` - **パーミッション**: `lunaticchat.command.lc.channel.create` - `channelId`: 英数字,アンダースコア,ハイフンのみ使用可能 - `isPrivate`: `true` / `false`(デフォルト: `false`) @@ -58,12 +63,14 @@ LunaticChat で使用できるすべてのコマンドのリファレンスで 公開チャンネルの一覧を表示します(1ページ10件). +- **エイリアス**: `ls` - **パーミッション**: `lunaticchat.command.lc.channel.list` #### `/lc channel info [channelId]` チャンネルの詳細情報を表示します.引数なしでアクティブチャンネルの情報を表示します. +- **エイリアス**: `i` - **パーミッション**: `lunaticchat.command.lc.channel.info` ### 参加・退出 @@ -72,24 +79,28 @@ LunaticChat で使用できるすべてのコマンドのリファレンスで チャンネルに参加します.プライベートチャンネルには招待が必要です. +- **エイリアス**: `j` - **パーミッション**: `lunaticchat.command.lc.channel.join` #### `/lc channel leave` アクティブチャンネルから退出します. +- **エイリアス**: `l` - **パーミッション**: `lunaticchat.command.lc.channel.leave` #### `/lc channel switch <channelId>` 参加済みの別チャンネルをアクティブに切り替えます. +- **エイリアス**: `sw` - **パーミッション**: `lunaticchat.command.lc.channel.switch` #### `/lc channel status` 自分のチャンネル参加状況(アクティブチャンネルと参加チャンネル一覧)を表示します. +- **エイリアス**: `st` - **パーミッション**: `lunaticchat.command.lc.channel.status` ### モデレーション(オーナー / モデレーター) @@ -98,6 +109,7 @@ LunaticChat で使用できるすべてのコマンドのリファレンスで プレイヤーをアクティブチャンネルに招待します.プライベートチャンネルの制限をバイパスします. +- **エイリアス**: `inv` - **パーミッション**: `lunaticchat.command.lc.channel.invite` - **必要ロール**: OWNER または MODERATOR @@ -105,6 +117,7 @@ LunaticChat で使用できるすべてのコマンドのリファレンスで プレイヤーをアクティブチャンネルからキックします. +- **エイリアス**: `k` - **パーミッション**: `lunaticchat.command.lc.channel.kick` - **必要ロール**: OWNER または MODERATOR @@ -128,6 +141,7 @@ LunaticChat で使用できるすべてのコマンドのリファレンスで チャンネルを削除します. +- **エイリアス**: `del` - **パーミッション**: `lunaticchat.command.lc.channel.delete` - **必要ロール**: OWNER(`lunaticchat.channelbypass` 権限で制限をバイパス可能) @@ -142,6 +156,7 @@ LunaticChat で使用できるすべてのコマンドのリファレンスで チャンネルのオーナー権限を別のメンバーに譲渡します. +- **エイリアス**: `own` - **パーミッション**: `lunaticchat.command.lc.channel.ownership` - **必要ロール**: OWNER @@ -153,5 +168,6 @@ LunaticChat で使用できるすべてのコマンドのリファレンスで Velocity プロキシとの接続状態,プロトコルバージョン,オンラインプレイヤー数を表示します. +- **エイリアス**: `st` - **パーミッション**: `lunaticchat.command.lcv.status` - **デフォルト**: op のみ diff --git a/website/src/en/docs/reference/commands.md b/website/src/en/docs/reference/commands.md index 3ed72df..330a880 100644 --- a/website/src/en/docs/reference/commands.md +++ b/website/src/en/docs/reference/commands.md @@ -31,17 +31,21 @@ Replies to the last player who sent you a message. Displays the plugin version, health, enabled features, and configuration values. +- **Aliases**: `st` - **Permission**: `lunaticchat.command.lc.status` ### `/lc settings [key] [on|off]` Views or changes your personal settings. Without arguments, displays the settings list. +- **Aliases**: `set` - **Permission**: `lunaticchat.command.lc.settings` - **Setting keys**: `japanese`, `notice`, `chNotice` (see [Player Settings](/en/docs/reference/player-settings) for details) ## Channel Commands (`/lc channel`) +**Aliases**: `ch` + Only available when the channel chat feature is enabled. ### Create & Browse @@ -50,6 +54,7 @@ Only available when the channel chat feature is enabled. Creates a new channel. The creator becomes the owner. +- **Aliases**: `new` - **Permission**: `lunaticchat.command.lc.channel.create` - `channelId`: Only alphanumeric characters, underscores, and hyphens are allowed - `isPrivate`: `true` / `false` (default: `false`) @@ -58,12 +63,14 @@ Creates a new channel. The creator becomes the owner. Displays a list of public channels (10 per page). +- **Aliases**: `ls` - **Permission**: `lunaticchat.command.lc.channel.list` #### `/lc channel info [channelId]` Displays detailed information about a channel. Without arguments, shows information about the active channel. +- **Aliases**: `i` - **Permission**: `lunaticchat.command.lc.channel.info` ### Join & Leave @@ -72,24 +79,28 @@ Displays detailed information about a channel. Without arguments, shows informat Joins a channel. An invitation is required for private channels. +- **Aliases**: `j` - **Permission**: `lunaticchat.command.lc.channel.join` #### `/lc channel leave` Leaves the active channel. +- **Aliases**: `l` - **Permission**: `lunaticchat.command.lc.channel.leave` #### `/lc channel switch <channelId>` Switches the active channel to another channel you have already joined. +- **Aliases**: `sw` - **Permission**: `lunaticchat.command.lc.channel.switch` #### `/lc channel status` Displays your channel membership status (active channel and list of joined channels). +- **Aliases**: `st` - **Permission**: `lunaticchat.command.lc.channel.status` ### Moderation (Owner / Moderator) @@ -98,6 +109,7 @@ Displays your channel membership status (active channel and list of joined chann Invites a player to the active channel. Bypasses private channel restrictions. +- **Aliases**: `inv` - **Permission**: `lunaticchat.command.lc.channel.invite` - **Required role**: OWNER or MODERATOR @@ -105,6 +117,7 @@ Invites a player to the active channel. Bypasses private channel restrictions. Kicks a player from the active channel. +- **Aliases**: `k` - **Permission**: `lunaticchat.command.lc.channel.kick` - **Required role**: OWNER or MODERATOR @@ -128,6 +141,7 @@ Unbans a player from the channel. Deletes a channel. +- **Aliases**: `del` - **Permission**: `lunaticchat.command.lc.channel.delete` - **Required role**: OWNER (can be bypassed with `lunaticchat.channelbypass` permission) @@ -142,6 +156,7 @@ Grants or revokes moderator privileges for a channel member. Transfers channel ownership to another member. +- **Aliases**: `own` - **Permission**: `lunaticchat.command.lc.channel.ownership` - **Required role**: OWNER @@ -153,5 +168,6 @@ Transfers channel ownership to another member. Displays the connection status with the Velocity proxy, protocol version, and online player count. +- **Aliases**: `st` - **Permission**: `lunaticchat.command.lcv.status` - **Default**: op only |
