blob: b557ae9b791e5ff25277c2436f82d910ef1fb5cd (
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
|
# パーミッション
LuckPerms を使用した設定方法に関する詳細は [LuckPerms Wiki](https://luckperms.net/wiki/Home) を参照してください.
## `lunaticchat.*`
### `lunaticchat.spy`
- Default: `OP`
[`/tell`](commands/tell.md) / [`/reply`](commands/reply.md) コマンドでのやり取りを可視化します.
この権限を持つプレイヤーは他プレイヤーの [`/tell`](commands/tell.md) / [`/reply`](commands/reply.md) でのメッセージがブロードキャストされます.
### `lunaticchat.noticeUpdate`
- Default: `OP`
LunaticChat のアップデート通知を受け取ります.
[受け取るには `checkForUpdates` を有効にしておく](../guide/admin/configuration.md#checkforupdates) 必要があります.
## `lunaticchat.command.*`
### `lunaticchat.command.tell`
- Default: `non OP`
[`/tell`](commands/tell.md) コマンドの使用を切り替えます.
### `lunaticchat.command.reply`
- Default: `non OP`
[`/reply`](commands/reply.md) コマンドの使用を切り替えます.
### `lunaticchat.command.lc`
- Default: `non OP`
`/lc` コマンドの使用を切り替えます.
### `lunaticchat.command.lc.settings`
- Default: `non OP`
[`/lc settings`](commands/lc/settings.md) コマンドの使用を切り替えます.
### `lunaticchat.command.lc.status`
- Default: `non OP`
[`/lc status`](commands/lc/status.md) コマンドの使用を切り替えます.
### `lunaticchat.command.lc.channel`
- Default: `non OP`
[`/lc channel`](commands/lc/channel.md) コマンドの使用を切り替えます.
### `lunaticchat.command.lc.channel.create`
- Default: `non OP`
[`/lc channel create`](commands/lc/channel.md) コマンドの使用を切り替えます.
### `lunaticchat.command.lc.channel.list`
- Default: `non OP`
[`/lc channel list`](commands/lc/channel.md) コマンドの使用を切り替えます.
### `lunaticchat.command.lc.channel.join`
- Default: `non OP`
[`/lc channel join`](commands/lc/channel.md) コマンドの使用を切り替えます.
### `lunaticchat.command.lc.channel.leave`
- Default: `non OP`
[`/lc channel leave`](commands/lc/channel.md) コマンドの使用を切り替えます.
### `lunaticchat.command.lc.channel.switch`
- Default: `non OP`
[`/lc channel switch`](commands/lc/channel.md) コマンドの使用を切り替えます.
### `lunaticchat.command.lc.channel.status`
- Default: `non OP`
[`/lc channel status`](commands/lc/channel.md) コマンドの使用を切り替えます.
### `lunaticchat.command.lc.channel.delete`
- Default: `non OP`
[`/lc channel delete`](commands/lc/channel.md) コマンドの使用を切り替えます.
### `lunaticchat.command.lc.chatmode`
- Default: `non OP`
[`/lc chatmode`](commands/lc/chatmode.md) コマンドの使用を切り替えます.
### `lunaticchat.command.lc.chatmode.toggle`
- Default: `non OP`
[`/lc chatmode toggle`](commands/lc/chatmode.md) コマンドの使用を切り替えます.
### `lunaticchat.command.jp` <Badge type="danger" text="非推奨: v1.0.0 で削除予定" />
- Default: `non OP`
[`/jp`](commands/jp.md) コマンドの使用を切り替えます.
### `lunaticchat.command.notice` <Badge type="danger" text="非推奨: v1.0.0 で削除予定" />
- Default: `non OP`
[`/notice`](commands/notice.md) コマンドの使用を切り替えます.
|