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.
This commit is contained in:
Pascal Sthamer
2020-03-20 15:56:50 +01:00
committed by GitHub
parent 04ed016175
commit 7702d98766

View File

@@ -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"