From 99b884f18a0f8d8dcb502b1fcb6d5b27d58f322f Mon Sep 17 00:00:00 2001 From: Tim Visher Date: Wed, 10 Jun 2015 15:00:53 -0400 Subject: [PATCH] Add note to README about setting world difficulty. --- minecraft-server/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/minecraft-server/README.md b/minecraft-server/README.md index c490bde9..f4961f6a 100644 --- a/minecraft-server/README.md +++ b/minecraft-server/README.md @@ -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