This repository has been archived by the owner on Jan 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
release.json
37 lines (37 loc) · 1.94 KB
/
release.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
{
"vanilla": {
"url": "https://launcher.mojang.com/v1/objects/1b557e7b033b583cd9f66746b7a9ab1ec1673ced/server.jar",
"version": "1.16.5",
"description": "Just a plain server"
},
"forge": {
"url": "https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.16.5-36.1.2/forge-1.16.5-36.1.2-installer.jar",
"version": "1.16.5",
"description": "Forge is a free, open-source modding API all of your favourite mods use"
},
"fabric": {
"url": "https://maven.fabricmc.net/net/fabricmc/fabric-installer/0.7.2/fabric-installer-0.7.2.jar",
"version": "1.16.5",
"description": "Fabric is a lightweight, experimental modding toolchain for Minecraft."
},
"spigot": {
"url": "https://hub.spigotmc.org/jenkins/view/All/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar",
"version": "1.16.5",
"description": "SpigotMC, also known simply as Spigot, is a fork of the popular Bukkit server mod. Spigot is meant to increase performance and efficiency, while maintaining compatibility with Bukkit plugins."
},
"paper": {
"url": "https://papermc.io/api/v1/paper/1.16.5/latest/download",
"version": "1.16.5",
"description": "Paper is the next generation of Minecraft server, compatible with Spigot plugins and offering uncompromising performance."
},
"purpur": {
"url": "https://ci.pl3x.net/job/Purpur/lastSuccessfulBuild/artifact/final/purpurclip.jar",
"version": "1.16.5",
"description": "Purpur is a fork of Paper and Tuinity with the goal of providing new and interesting configuration options, which allow for creating a unique gameplay experience not seen anywhere else."
},
"tuinity": {
"url": "https://ci.codemc.io/job/Spottedleaf/job/Tuinity/lastSuccessfulBuild/artifact/tuinity-paperclip.jar",
"version": "1.16.5",
"description": "Fork of Paper aimed at improving server performance at high playercounts."
}
}