mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-11 06:25:29 +00:00
Add spawn protection setting (#386)
This commit is contained in:
committed by
Geoff Bourne
parent
8e148095f0
commit
5c238af3df
@@ -49,6 +49,7 @@ function customizeServerProps {
|
||||
setServerProp "spawn-animals" "$SPAWN_ANIMALS"
|
||||
setServerProp "spawn-monsters" "$SPAWN_MONSTERS"
|
||||
setServerProp "spawn-npcs" "$SPAWN_NPCS"
|
||||
setServerProp "spawn-protection" "$SPAWN_PROTECTION"
|
||||
setServerProp "generate-structures" "$GENERATE_STRUCTURES"
|
||||
setServerProp "view-distance" "$VIEW_DISTANCE"
|
||||
setServerProp "hardcore" "$HARDCORE"
|
||||
|
||||
Reference in New Issue
Block a user