-
Notifications
You must be signed in to change notification settings - Fork 0
/
standard.json
43 lines (43 loc) · 1001 Bytes
/
standard.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
{
"repository": {
"name": "BSMC Standard",
"description": "The standard software repository for BSMC.",
"maintainer": "SamJakob",
"version": "1.0.0-ALPHA-3",
"version_code": 4
},
"plugins":
[
{
"name": "Debug",
"description": "A temporary debug plugin.",
"author": "SamJakob",
"releaser": "SamJakob",
"versions": [
{
"version_code": 1,
"version": "1.0.0-SNAPSHOT",
"url": "http://mirror.clout-team.com/debug.jar"
}
]
},
{
"name": "Vault",
"description": "The world's #1 economy API for Spigot!",
"author": "kanoxx",
"releaser": "SamJakob",
"versions": [
{
"version_code": 1,
"version": "1.6.1",
"url": "http://mirror.clout-team.com/Vault.jar"
},
{
"version_code": 2,
"version": "1.6.2",
"url": "http://mirror.clout-team.com/Vault.jar"
}
]
}
]
}