mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-16 23:23:06 +00:00
Auto-merging via docker-versions-create
This commit is contained in:
commit
fb3504ec1a
1 changed files with 4 additions and 2 deletions
|
@ -1010,16 +1010,18 @@ You can set a link to a custom resource pack and set it's checksum using the `RE
|
||||||
|
|
||||||
**NOTE:** `:` and `=` must be escaped using `\`. The checksum plain-text hexadecimal.
|
**NOTE:** `:` and `=` must be escaped using `\`. The checksum plain-text hexadecimal.
|
||||||
|
|
||||||
### World Save Name
|
### Level / World Save Name
|
||||||
|
|
||||||
You can either switch between world saves or run multiple containers with different saves by using the `LEVEL` option,
|
You can either switch between world saves or run multiple containers with different saves by using the `LEVEL` option,
|
||||||
where the default is "world":
|
where the default is "world":
|
||||||
|
|
||||||
docker run -d -e LEVEL=bonus ...
|
docker run -d -e LEVEL=bonus ...
|
||||||
|
|
||||||
**NOTE:** if running multiple containers be sure to either specify a different `-v` host directory for each
|
> **NOTE:** if running multiple containers be sure to either specify a different `-v` host directory for each
|
||||||
`LEVEL` in use or don't use `-v` and the container's filesystem will keep things encapsulated.
|
`LEVEL` in use or don't use `-v` and the container's filesystem will keep things encapsulated.
|
||||||
|
|
||||||
|
> **INFO** Refer to the [data directory](#data-directory) section for a visual description of where the `$LEVEL` directory is situated.
|
||||||
|
|
||||||
### Online mode
|
### Online mode
|
||||||
|
|
||||||
By default, server checks connecting players against Minecraft's account database. If you want to create an offline server or your server is not connected to the internet, you can disable the server to try connecting to minecraft.net to authenticate players with environment variable `ONLINE_MODE`, like this
|
By default, server checks connecting players against Minecraft's account database. If you want to create an offline server or your server is not connected to the internet, you can disable the server to try connecting to minecraft.net to authenticate players with environment variable `ONLINE_MODE`, like this
|
||||||
|
|
Loading…
Reference in a new issue