Hybrids
Magma¶
A Magma server, which is a combination of Forge and PaperMC, can be used with
-e TYPE=MAGMA
Note
The Magma project has been terminated (original link died, alternate statement on their discord ). Please use Magma Maintained for 1.12.2, 1.18.2 and 1.19.3, or Ketting for 1.20.1+.
There are limited base versions supported, so you will also need to set VERSION
, such as "1.12.2", "1.16.5", etc.
Magma Maintained¶
A Magma Maintained server, which is a alternative project of Magma, can be used with
-e TYPE=MAGMA_MAINTAINED
Note
There are limited base versions supported, so you will also need to set VERSION
, such as "1.12.2", "1.18.2", "1.19.3", or "1.20.1".
In addition, FORGE_VERSION
and MAGMA_MAINTAINED_TAG
must be specified. You can find the supported FORGE_VERSION
and MAGMA_MAINTAINED_TAG
in a releases page for each repositories.
Ketting¶
A Ketting server, which is an alternative project of Magma 1.20.1+, can be used with
-e TYPE=KETTING
There are limited base versions supported, so you will also need to set VERSION
, such as "1.20.1" or later.
FORGE_VERSION
and KETTING_VERSION
may be specified; however, they will be defaulted by the Ketting launcher otherwise.
Available Ketting Versions may be found at https://reposilite.c0d3m4513r.com/#/Ketting-Server-Releases/org/kettingpowered/server/forge.
The Version structure is MinecraftVersion-ForgeVersion-KettingVersion
(e.g. 1.20.1-47.2.20-0.1.4
is for Minecraft 1.20.1
, Forge 47.2.20
and Ketting 0.1.4
).
Mohist¶
A Mohist server can be used with
-e TYPE=MOHIST
Note
There are limited base versions supported, so you will also need to set VERSION
, such as "1.12.2"
By default the latest build will be used; however, a specific build number can be selected by setting MOHIST_BUILD
, such as
-e VERSION=1.16.5 -e MOHIST_BUILD=374
Catserver¶
A Catserver type server can be used with
-e TYPE=CATSERVER
NOTE Catserver only provides a single release stream, so
VERSION
is ignored