-
Notifications
You must be signed in to change notification settings - Fork 4
/
permissions.json
39 lines (39 loc) · 1.15 KB
/
permissions.json
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
{
"users": {
"irc.cwictech.net": {
"SinZ": {
"nick": "SinZ",
"ident": "SinZ",
"hostmark": "mca.uk.to",
"password": "",
"group": "Owner",
"permissions": {
"*": true,
"plugin.channel_commands.owner": false
"plugin.channel_commands.deowner": false
},
"channels": {
"#craftnode": {
"group": "Co-Owner",
"permissions": {
"*": true,
"plugin.channel_commands.owner": false,
"plugin.channel_commands.deowner": false
}
}
}
}
}
"global:" {
"Example": {
"nick": "Herp",
"ident": "Derp",
"hostmark": "herp.derp",
"group": "default",
"permissions": {
"plugin.minecraft.paid": true
}
}
}
}
}