-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_plugins.json
94 lines (94 loc) · 2.37 KB
/
test_plugins.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
[
{
"name": "Purpur",
"url": "https://api.purpurmc.org/v2/purpur/1.18.1/latest/download",
"source": "direct",
"post_processors": [
"versionjson"
]
},
{
"name": "Waterfall-1.20.jar",
"url": "https://papermc.io/api/v2/projects/waterfall/version_group/1.20/builds",
"source": "papermc",
"post_processors": [],
"file_filter": "waterfall-1.20-*.jar"
},
{
"name": "goBrush",
"url": "https://ci.athion.net/job/goBrush-1.13+/",
"source": "jenkins",
"post_processors": [
"plugin"
],
"file_filter": "goBrush*.jar"
},
{
"name": "ClientStats",
"url": "https://www.spigotmc.org/resources/clientstats-bungee.27919/",
"source": "spigotmc",
"post_processors": [
"plugin"
]
},
{
"name": "spark",
"url": "https://ci.lucko.me/job/spark/",
"source": "jenkins",
"post_processors": [
"plugin"
],
"file_filter": "spark-*-bukkit.jar"
},
{
"name": "RedCraftReboot",
"url": "https://github.com/redcraft-org/RedCraftReboot",
"source": "github",
"post_processors": [
"plugin"
],
"file_filter": "RedCraftReboot-*.jar"
},
{
"name": "Fabric",
"url": "https://meta.fabricmc.net/v2/versions/loader/1.20.4",
"source": "fabricmc",
"post_processors": [
"fabricmc"
]
},
{
"name": "WorldGuard",
"url": "https://builds.enginehub.org/job/worldguard",
"source": "enginehub",
"post_processors": [
"plugin"
],
"file_filter": "worldguard-bukkit-*.jar"
},
{
"name": "CoreProtect",
"url": "https://modrinth.com/plugin/coreprotect/",
"source": "modrinth",
"post_processors": [
"plugin"
]
},
{
"name": "CMIB",
"url": "https://zrips.net/cmib/",
"source": "zrips",
"post_processors": [
"plugin"
]
},
{
"name": "lithium",
"url": "https://github.com/CaffeineMC/lithium-fabric",
"source": "github",
"post_processors": [
"fabricmod"
],
"file_filter": "lithium-fabric-mc1\\.20\\.1-.+\\d+\\.jar"
}
]