From 65f2562d5290431f63a1986ce6569c5c9ac44954 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Thu, 30 Sep 2021 16:54:44 -0500 Subject: [PATCH] Added property mapping for simulation-distance #1065 --- README.md | 1 + start-setupServerProperties | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 621e38fc..90047607 100644 --- a/README.md +++ b/README.md @@ -1057,6 +1057,7 @@ If you must, the server port can be set like: | USE_NATIVE_TRANSPORT | use-native-transport | | ENFORCE_WHITELIST | enforce-whitelist | | ENABLE_WHITELIST | white-list and whitelist | +| SIMULATION_DISTANCE | simulation-distance | ## Miscellaneous Options diff --git a/start-setupServerProperties b/start-setupServerProperties index b1e4361b..50677d84 100755 --- a/start-setupServerProperties +++ b/start-setupServerProperties @@ -100,6 +100,7 @@ function customizeServerProps { setServerProp "prevent-proxy-connections" "$PREVENT_PROXY_CONNECTIONS" setServerProp "use-native-transport" "$USE_NATIVE_TRANSPORT" setServerProp "enforce-whitelist" "$ENFORCE_WHITELIST" + setServerProp "simulation-distance" "$SIMULATION_DISTANCE" if [ -n "$DIFFICULTY" ]; then case $DIFFICULTY in