blob: 6987f92a7f8316dd07f55ada07a61de105e0fb58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
|
---
layout: doc
---
# コマンド一覧
LunaticChat で使用できるすべてのコマンドのリファレンスです.
## ダイレクトメッセージ
### `/tell <player> <message>`
プレイヤーにダイレクトメッセージを送信します.
- **エイリアス**: `t`, `msg`, `m`, `w`, `whisper`
- **パーミッション**: `lunaticchat.command.tell`
### `/reply <message>`
最後にメッセージを送ってきたプレイヤーに返信します.
- **エイリアス**: `r`
- **パーミッション**: `lunaticchat.command.reply`
- **前提条件**: クイックリプライ機能が有効であること
## メインコマンド (`/lc`)
**エイリアス**: `lunaticchat`
### `/lc status`
プラグインのバージョン,ヘルス,有効な機能,設定値を表示します.
- **エイリアス**: `st`
- **パーミッション**: `lunaticchat.command.lc.status`
### `/lc settings [key] [on|off]`
プレイヤー個人の設定を確認・変更します.引数なしで設定一覧を表示します.
- **エイリアス**: `set`
- **パーミッション**: `lunaticchat.command.lc.settings`
- **設定キー**: `japanese`, `notice`, `chNotice`(詳細は[プレイヤー設定](/ja/docs/reference/player-settings)を参照)
## チャンネルコマンド (`/lc channel`)
**エイリアス**: `ch`
チャンネルチャット機能が有効な場合にのみ使用できます.
### 作成・探索
#### `/lc channel create <channelId> <name> [description] [isPrivate]`
新しいチャンネルを作成します.作成者がオーナーになります.
- **エイリアス**: `new`
- **パーミッション**: `lunaticchat.command.lc.channel.create`
- `channelId`: 英数字,アンダースコア,ハイフンのみ使用可能
- `isPrivate`: `true` / `false`(デフォルト: `false`)
#### `/lc channel list [page]`
公開チャンネルの一覧を表示します(1ページ10件).
- **エイリアス**: `ls`
- **パーミッション**: `lunaticchat.command.lc.channel.list`
#### `/lc channel info [channelId]`
チャンネルの詳細情報を表示します.引数なしでアクティブチャンネルの情報を表示します.
- **エイリアス**: `i`
- **パーミッション**: `lunaticchat.command.lc.channel.info`
### 参加・退出
#### `/lc channel join <channelId>`
チャンネルに参加します.プライベートチャンネルには招待が必要です.
- **エイリアス**: `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`
### モデレーション(オーナー / モデレーター)
#### `/lc channel invite <playerName>`
プレイヤーをアクティブチャンネルに招待します.プライベートチャンネルの制限をバイパスします.
- **エイリアス**: `inv`
- **パーミッション**: `lunaticchat.command.lc.channel.invite`
- **必要ロール**: OWNER または MODERATOR
#### `/lc channel kick <playerName>`
プレイヤーをアクティブチャンネルからキックします.
- **エイリアス**: `k`
- **パーミッション**: `lunaticchat.command.lc.channel.kick`
- **必要ロール**: OWNER または MODERATOR
#### `/lc channel ban <playerName>`
プレイヤーをアクティブチャンネルから BAN します.BAN されたプレイヤーは再参加できません.
- **パーミッション**: `lunaticchat.command.lc.channel.ban`
- **必要ロール**: OWNER または MODERATOR
#### `/lc channel unban <playerName>`
プレイヤーのチャンネル BAN を解除します.
- **パーミッション**: `lunaticchat.command.lc.channel.unban`
- **必要ロール**: OWNER または MODERATOR
### 管理(オーナーのみ)
#### `/lc channel delete <channelId>`
チャンネルを削除します.
- **エイリアス**: `del`
- **パーミッション**: `lunaticchat.command.lc.channel.delete`
- **必要ロール**: OWNER(`lunaticchat.channelbypass` 権限で制限をバイパス可能)
#### `/lc channel mod <playerName>`
チャンネルメンバーのモデレーター権限を付与・剥奪します.
- **パーミッション**: `lunaticchat.command.lc.channel.mod`
- **必要ロール**: OWNER
#### `/lc channel ownership <playerName>`
チャンネルのオーナー権限を別のメンバーに譲渡します.
- **エイリアス**: `own`
- **パーミッション**: `lunaticchat.command.lc.channel.ownership`
- **必要ロール**: OWNER
## Velocity コマンド (`/lcv`)
**エイリアス**: `lunaticvelocity`
### `/lcv status`
Velocity プロキシとの接続状態,プロトコルバージョン,オンラインプレイヤー数を表示します.
- **エイリアス**: `st`
- **パーミッション**: `lunaticchat.command.lcv.status`
- **デフォルト**: op のみ
|