-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcyAddon.json
60 lines (60 loc) · 2.12 KB
/
cyAddon.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"cyAddon": "b1.0",
"cyAddonSharpVersion": "1.4.0",
"plugins": [
{
"plugin": "cyChat",
"description": "plugin to write anonymously with others",
"version": "cypl-chat-b1.0",
"apiversion": "23",
"image": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png",
"download": "https://www.google.com",
"cySharpVersion": "1.4.0"
},
{
"plugin": "cyWho",
"description": "plugin to indicate who wants to write to you",
"version": "cypl-who-b1.0",
"apiversion": "23",
"image": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png",
"download": "https://www.google.com",
"cySharpVersion": "1.4.0"
},
{
"plugin": "cyAntiAfk",
"description": "plugin to prevent moving from afk bots",
"version": "cypl-antiafk-b1.0",
"apiversion": "23",
"image": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png",
"download": "https://www.google.com",
"cySharpVersion": "1.4.0"
},
{
"plugin": "cyAntiKick",
"description": "plugin to prevent kick from a channel",
"version": "cypl-antikick-b1.0",
"apiversion": "23",
"image": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png",
"download": "https://www.google.com",
"cySharpVersion": "1.4.0"
},
{
"plugin": "cyPokeMove",
"description": "plugin to move a client if you got poked",
"version": "cypl-pokemove-b1.0",
"apiversion": "23",
"image": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png",
"download": "https://www.google.com",
"cySharpVersion": "1.4.0"
},
{
"plugin": "cyNotifyer",
"description": "plugin to notify when user enter a channel",
"version": "cypl-notifyer-b1.0",
"apiversion": "23",
"image": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png",
"download": "https://www.google.com",
"cySharpVersion": "1.4.0"
}
]
}