Update config

This commit is contained in:
Sofiane H. Djerbi
2023-07-31 01:11:56 +02:00
committed by GitHub
parent a95080aaff
commit 09e0f58125

View File

@@ -30,14 +30,18 @@ network:
gameplay: gameplay:
server-mod-name: Kaiiju server-mod-name: Kaiiju
shared-random-for-players: true shared-random-for-players: true
region-format:
debug: false
optimization: optimization:
disable-vanish-api: false disable-vanish-api: false
disable-player-stats: false disable-player-stats: false
disable-arm-swing-event: false disable-arm-swing-event: false
disable-ensure-tick-thread-checks: false disable-ensure-tick-thread-checks: false
async-path-processing: false async-path-processing:
region-format: enable: false
debug: false max-threads: 0
keepalive: 60
queue-capacity: 700
world-settings: world-settings:
default: default:
gameplay: gameplay:
@@ -47,6 +51,11 @@ world-settings:
safe-teleportation: true safe-teleportation: true
sand-duplication: false sand-duplication: false
teleport-async-on-high-velocity: false teleport-async-on-high-velocity: false
region-format:
format: ANVIL
linear:
compression-level: 1
crash-on-broken-symlink: true
optimization: optimization:
shulker-box-drop-contents-when-destroyed: true shulker-box-drop-contents-when-destroyed: true
optimize-hoppers: true optimize-hoppers: true
@@ -55,11 +64,6 @@ world-settings:
disable-achievements: false disable-achievements: false
disable-creatures-spawn-events: false disable-creatures-spawn-events: false
disable-dolphin-swim-to-treasure: false disable-dolphin-swim-to-treasure: false
region-format:
format: ANVIL
linear:
compression-level: 1
crash-on-broken-symlink: true
``` ```
Documentation: [Kaiiju Wiki](https://github.com/KaiijuMC/Kaiiju/wiki/Configuration) Documentation: [Kaiiju Wiki](https://github.com/KaiijuMC/Kaiiju/wiki/Configuration)