blob: 45088088db2e87404fdf87d3abb9ab5acc8bafb4 (
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
174
175
176
177
178
179
|
# Permissions
For details on configuration using LuckPerms, refer to the [LuckPerms Wiki](https://luckperms.net/wiki/Home).
## `lunaticchat.*`
### `lunaticchat.spy`
- Default: `OP`
Visualizes communication via [`/tell`](commands/tell.md) / [`/reply`](commands/reply.md) commands.
Players with this permission will have messages from other players' [`/tell`](commands/tell.md) / [`/reply`](commands/reply.md) commands broadcast to them.
### `lunaticchat.noticeUpdate`
- Default: `OP`
Receives LunaticChat update notifications.
[You must have `checkForUpdates` enabled](../guide/admin/configuration.md#checkforupdates) to receive notifications.
### `lunaticchat.channelbypass`
- Default: `OP`
Bypasses moderation features and restrictions on private channels.
## `lunaticchat.command.*`
### `lunaticchat.command.tell`
- Default: `non OP`
Toggles the use of the [`/tell`](commands/tell.md) command.
### `lunaticchat.command.reply`
- Default: `non OP`
Toggles the use of the [`/reply`](commands/reply.md) command.
### `lunaticchat.command.lc`
- Default: `non OP`
Toggles the use of the `/lc` command.
### `lunaticchat.command.lc.settings`
- Default: `non OP`
Toggles the use of the [`/lc settings`](commands/lc/settings.md) command.
### `lunaticchat.command.lc.status`
- Default: `non OP`
Toggles the use of the [`/lc status`](commands/lc/status.md) command.
### `lunaticchat.command.lc.channel`
- Default: `non OP`
Toggles the use of the [`/lc channel`](commands/lc/channel.md) command.
### `lunaticchat.command.lc.channel.create`
- Default: `non OP`
Toggles the use of the [`/lc channel create`](commands/lc/channel.md) command.
### `lunaticchat.command.lc.channel.list`
- Default: `non OP`
Toggles the use of the [`/lc channel list`](commands/lc/channel.md) command.
### `lunaticchat.command.lc.channel.join`
- Default: `non OP`
Toggles the use of the [`/lc channel join`](commands/lc/channel.md) command.
### `lunaticchat.command.lc.channel.leave`
- Default: `non OP`
Toggles the use of the [`/lc channel leave`](commands/lc/channel.md) command.
### `lunaticchat.command.lc.channel.switch`
- Default: `non OP`
Toggles the use of the [`/lc channel switch`](commands/lc/channel.md) command.
### `lunaticchat.command.lc.channel.status`
- Default: `non OP`
Toggles the use of the [`/lc channel status`](commands/lc/channel.md) command.
### `lunaticchat.command.lc.channel.info`
- Default: `non OP`
Toggles the use of the [`/lc channel info`](commands/lc/channel.md) command.
### `lunaticchat.command.lc.channel.delete`
- Default: `non OP`
Toggles the use of the [`/lc channel delete`](commands/lc/channel.md) command.
### `lunaticchat.command.lc.channel.invite`
- Default: `non OP`
Toggles the use of the [`/lc channel invite`](commands/lc/channel.md) command.
### `lunaticchat.command.lc.channel.kick`
- Default: `non OP`
Toggles the use of the [`/lc channel kick`](commands/lc/channel.md) command.
### `lunaticchat.command.lc.channel.ban`
- Default: `non OP`
Toggles the use of the [`/lc channel ban`](commands/lc/channel.md) command.
### `lunaticchat.command.lc.channel.unban`
- Default: `non OP`
Toggles the use of the [`/lc channel unban`](commands/lc/channel.md) command.
### `lunaticchat.command.lc.channel.mod`
- Default: `non OP`
Toggles the use of the [`/lc channel mod`](commands/lc/channel.md) command.
### `lunaticchat.command.lc.channel.ownership`
- Default: `non OP`
Toggles the use of the [`/lc channel ownership`](commands/lc/channel.md) command.
### `lunaticchat.command.lc.chatmode`
- Default: `non OP`
Toggles the use of the [`/lc chatmode`](commands/lc/chatmode.md) command.
### `lunaticchat.command.lc.chatmode.toggle`
- Default: `non OP`
Toggles the use of the [`/lc chatmode toggle`](commands/lc/chatmode.md) command.
### `lunaticchat.command.lcv.status`
- Default: `OP`
Toggles the use of the [`/lcv status`](commands/lcv/status.md) command.
### `lunaticchat.command.jp` <Badge type="danger" text="Deprecated: Will be removed in v1.0.0" />
- Default: `non OP`
Toggles the use of the [`/jp`](commands/jp.md) command.
### `lunaticchat.command.notice` <Badge type="danger" text="Deprecated: Will be removed in v1.0.0" />
- Default: `non OP`
Toggles the use of the [`/notice`](commands/notice.md) command.
|