docker-minecraft-server/docs/types-and-platforms/server-types/hybrids.md

2.6 KiB

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](https://git.magmafoundation.org/magmafoundation/magma-1-20-x/-/commit/4e7abe37403c47d09b74b77bcfc26a19b18f5891), [alternate statement on their discord](https://discord.com/channels/612695539729039411/647287352833605662/1174412642962649198) ). 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://github.com/kettingpowered/Ketting-1-20-x/packages/2041866/versions. 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