mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-23 18:44:17 +00:00
Add support for youer and banner (#3484)
This commit is contained in:
@@ -49,6 +49,34 @@ By default the latest build will be used; however, a specific build number can b
|
||||
|
||||
-e VERSION=1.16.5 -e MOHIST_BUILD=374
|
||||
|
||||
### Youer
|
||||
|
||||
A [Youer](https://github.com/MohistMC/Youer) server can be used with
|
||||
|
||||
-e TYPE=YOUER
|
||||
|
||||
!!! 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
|
||||
|
||||
### Banner
|
||||
|
||||
A [Banner](https://github.com/MohistMC/Banner) server can be used with
|
||||
|
||||
-e TYPE=BANNER
|
||||
|
||||
!!! 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](http://catserver.moe/) type server can be used with
|
||||
|
||||
Reference in New Issue
Block a user