-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
49 lines (49 loc) · 1.42 KB
/
plugin.yml
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
{
"name": "ChatMuffler",
"main": "Thunder33345\\Muffler\\Muffler",
"author": "Thunder33345",
"description": "Muffle helps you muffle your players and keep then nice and silent!",
"website": "https://github.com/Muffler/Muffler",
"version": "1.1.0",
"api": [
"3.0.0"
],
"permission": {
"chatmuffler": {
"defualt": "false",
"description": "Chat muffler main node",
"children": {
"chatmuffler.bypass": {
"defualt": "op",
"description": "Bypass All Muffled Restriction",
"children": {
"chatmuffler.bypass.chat": {
"defualt": "op",
"description": "Bypass Muffled Chat Restriction"
},
"chatmuffler.bypass.user": {
"defualt": "op",
"description": "Bypass User Muffled Restriction"
}
}
},
"chatmuffler.muffleuser": {
"defualt": "op",
"description": "Allow Muting Other Users"
},
"chatmuffler.mufflechat": {
"defualt": "op",
"description": "Allow Muting Chat"
},
"chatmuffler.muffleinfo": {
"defualt": "op",
"description": "Allow Using Muffle Info",
},
"chatmuffler.mufflelist": {
"defualt": "op",
"description": "Allow Using Muffle List",
}
}
}
}
}