mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-15 21:14:54 +00:00
Delete repetition of spawn-npcs
This commit is contained in:
@@ -445,7 +445,6 @@ if [ ! -e server.properties ]; then
|
|||||||
setServerProp "spawn-monsters" "$SPAWN_MONSTERS"
|
setServerProp "spawn-monsters" "$SPAWN_MONSTERS"
|
||||||
setServerProp "spawn-npcs" "$SPAWN_NPCS"
|
setServerProp "spawn-npcs" "$SPAWN_NPCS"
|
||||||
setServerProp "generate-structures" "$GENERATE_STRUCTURES"
|
setServerProp "generate-structures" "$GENERATE_STRUCTURES"
|
||||||
setServerProp "spawn-npcs" "$SPAWN_NPCS"
|
|
||||||
setServerProp "view-distance" "$VIEW_DISTANCE"
|
setServerProp "view-distance" "$VIEW_DISTANCE"
|
||||||
setServerProp "hardcore" "$HARDCORE"
|
setServerProp "hardcore" "$HARDCORE"
|
||||||
setServerProp "max-build-height" "$MAX_BUILD_HEIGHT"
|
setServerProp "max-build-height" "$MAX_BUILD_HEIGHT"
|
||||||
|
|||||||
Reference in New Issue
Block a user