From 55e85a3d0ea10626c6d061b405062e2fb20e4af6 Mon Sep 17 00:00:00 2001 From: Moulberry Date: Sat, 14 Oct 2023 12:17:35 +0800 Subject: [PATCH] Add new options to default config --- src/main/resources/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 065daf9..b79da88 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -4,6 +4,13 @@ max-chunk-sends-per-tick: 0 # Max chunk relights per tick (per-world), 0 = no limit max-chunk-relights-per-tick: 0 +# Maximum distance from which players can load chunks +# Set to 0 to only allow editing within render distance +max-chunk-load-distance: 128 + +# Whether players are allowed to teleport between worlds using views +allow-teleport-between-worlds: true + # Action to take when a user with an incompatible Minecraft version or Axiom version joins # Valid actions are 'kick', 'warn' and 'ignore' # Using 'ignore' may result in corruption and is only provided for debugging purposes