backport1.20.1 #6

Zusammengeführt
YoyoNow hat 54 Commits von backport1.20.1 nach master 2024-02-01 19:58:32 +01:00 zusammengeführt
Nur Änderungen aus Commit 55e85a3d0e werden angezeigt - Alle Commits anzeigen

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 (per-world), 0 = no limit
max-chunk-relights-per-tick: 0 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 # Action to take when a user with an incompatible Minecraft version or Axiom version joins
# Valid actions are 'kick', 'warn' and 'ignore' # Valid actions are 'kick', 'warn' and 'ignore'
# Using 'ignore' may result in corruption and is only provided for debugging purposes # Using 'ignore' may result in corruption and is only provided for debugging purposes