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