From 7702d98766cae308e00df8beada2bc25f88a669b Mon Sep 17 00:00:00 2001 From: Pascal Sthamer Date: Fri, 20 Mar 2020 15:56:50 +0100 Subject: [PATCH] Allow to modify server-ip in server.properties (#454) Needed when your machine has multiple ip adresses assigned and you want to host your server on another ip than the default one. --- start-finalSetup04ServerProperties | 1 + 1 file changed, 1 insertion(+) diff --git a/start-finalSetup04ServerProperties b/start-finalSetup04ServerProperties index 7e93e39b..91919a79 100644 --- a/start-finalSetup04ServerProperties +++ b/start-finalSetup04ServerProperties @@ -43,6 +43,7 @@ function customizeServerProps { fi setServerProp "server-name" "$SERVER_NAME" + setServerProp "server-ip" "$SERVER_IP" setServerProp "server-port" "$SERVER_PORT" setServerProp "motd" "$MOTD" setServerProp "allow-nether" "$ALLOW_NETHER"