blob: 65825c19ff0c272bae83f399b5b0233735ed6172 (
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
|
# 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.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.delete`
- Default: `non OP`
Toggles the use of the [`/lc channel delete`](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.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.
|