Add spawn protection setting (#386)

This commit is contained in:
Aurélien Bertron
2019-09-08 16:40:45 -05:00
committed by Geoff Bourne
parent 8e148095f0
commit 5c238af3df
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -823,6 +823,12 @@ Determines if monsters will be spawned.
Determines if villagers will be spawned.
docker run -d -e SPAWN_NPCS=true
### Set spawn protection
Sets the area that non-ops can not edit (0 to disable)
docker run -d -e SPAWN_PROTECTION=0
### View Distance
Sets the amount of world data the server sends the client, measured in chunks in each direction of the player (radius, not diameter).