Add note to README about setting world difficulty.

This commit is contained in:
Tim Visher 2015-06-10 15:00:53 -04:00
parent ebc0405e72
commit 99b884f18a

View file

@ -128,6 +128,16 @@ up:
## Server configuration
### Difficulty
The difficulty level (default: hard) can be set like:
docker run -d -e DIFFICULTY=peaceful
Valid values are: `peaceful`, `easy`, `normal`, and `hard`, and an
error message will be output in the logs if it's not one of these
values.
### Op/Administrator Players
To add more "op" (aka adminstrator) users to your Minecraft server, pass the Minecraft usernames separated by commas via the `OPS` environment variable, such as