From 78ce8c44b069e4f87570dd065a0579c8e7140d20 Mon Sep 17 00:00:00 2001 From: "Sofiane H. Djerbi" Date: Thu, 22 Jun 2023 00:59:56 +0200 Subject: [PATCH] Update config --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13046f2..75df7d0 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ network: send-null-entity-packets: true alternate-keepalive: false +optimization: + disable-vanish-api: false + disable-player-stats: false + disable-arm-swing-event: false + disable-ensure-tick-thread-check: false gameplay: server-mod-name: Kaiiju shared-random-for-players: true @@ -35,6 +40,12 @@ world-settings: linear: compression-level: 1 crash-on-broken-symlink: true + optimization: + shulker-box-drop-contents-when-destroyed: true + enable-entity-throttling: false + disable-achievements: false + disable-creatures-spawn-events: false + disable-dolphin-swim-to-treasure: false gameplay: fix-void-trading: true optimize-hoppers: true @@ -43,9 +54,6 @@ world-settings: fix-tripwire-state-inconsistency: true safe-teleportation: true sand-duplication: false - optimization: - shulker-box-drop-contents-when-destroyed: true - enable-entity-throttling: false ``` Documentation: [Kaiiju Wiki](https://github.com/KaiijuMC/Kaiiju/wiki/Configuration)