From e766301d1ee3a15529060f07a60b96150264c7d6 Mon Sep 17 00:00:00 2001 From: manuelgu Date: Tue, 18 Oct 2016 13:59:43 +0200 Subject: [PATCH] Fix formatting --- minecraft-server/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/minecraft-server/README.md b/minecraft-server/README.md index ab2e0e26..65d1fff2 100644 --- a/minecraft-server/README.md +++ b/minecraft-server/README.md @@ -377,18 +377,20 @@ Enables command blocks ### Force Gamemode Force players to join in the default game mode. -- false - Players will join in the gamemode they left in. -- true - Players will always join in the default gamemode. - docker run -d -e FORCE_GAMEMODE=false +* false - Players will join in the gamemode they left in. +* true - Players will always join in the default gamemode. + + `docker run -d -e FORCE_GAMEMODE=false` ### Generate Structures Defines whether structures (such as villages) will be generated. -- false - Structures will not be generated in new chunks. -- true - Structures will be generated in new chunks. - docker run -d -e GENERATE_STRUCTURES=true +* false - Structures will not be generated in new chunks. +* true - Structures will be generated in new chunks. + + `docker run -d -e GENERATE_STRUCTURES=true` ### Hardcore