Add new options to default config

Dieser Commit ist enthalten in:
Moulberry 2023-10-14 12:17:35 +08:00
Ursprung 5c8e845b62
Commit 55e85a3d0e

Datei anzeigen

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