diff --git a/README.md b/README.md index fca1939f..46eb154b 100644 --- a/README.md +++ b/README.md @@ -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. -### 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, where the default is "world": 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. +> **INFO** Refer to the [data directory](#data-directory) section for a visual description of where the `$LEVEL` directory is situated. + ### 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