-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugins.json
More file actions
47 lines (42 loc) · 1.39 KB
/
plugins.json
File metadata and controls
47 lines (42 loc) · 1.39 KB
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
[
{
"name": "NotifyOnJoin",
"description": "Notifies you when a player joins",
"src": "https://raw.githubusercontent.com/AJS-development/OAPlugins/master/NotifyOnJoin.ajs"
},
{
"name": "EssentialCommands",
"description": "Adds essential commands to the game",
"src": "https://raw.githubusercontent.com/AJS-development/OAPlugins/master/EssentialCommands.ajs"
},
{
"name":"Shed",
"description": "The shed plugin in OpenAgar!",
"src": "https://raw.githubusercontent.com/AJS-development/OAPlugins/master/Shed.ajs"
},
{
"name": "IPBots",
"description":"Give minions to specific ips",
"src": "https://raw.githubusercontent.com/AJS-development/OAPlugins/master/IPBots.ajs"
},
{
"name":"Minions",
"description":"Adds minions to the game",
"src":"https://raw.githubusercontent.com/AJS-development/OAPlugins/master/Minions.ajs"
},
{
"name":"Onan",
"description": "Config editor",
"src":"https://raw.githubusercontent.com/AJS-development/OAPlugins/master/OnanConfigEditor.ajs"
},
{
"name":"Eliza",
"description": "Eliza chatbot",
"src":"https://raw.githubusercontent.com/AJS-development/OAPlugins/master/Eliza.ajs"
},
{
"name":"AutoPause",
"description": "Pause the server when no ones there",
"src": "https://raw.githubusercontent.com/AJS-development/OAPlugins/master/AutoPause.ajs"
}
]