From af1984bef8ed1d31498d678dcd2ec07e9758ed5f Mon Sep 17 00:00:00 2001 From: xSquishyLiam <56977759+xSquishyLiam@users.noreply.github.com> Date: Wed, 5 Nov 2025 18:58:25 +0000 Subject: [PATCH] Update config.yml --- src/main/resources/config.yml | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 76705e0..ff07ed8 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,16 +1,13 @@ -metrics: - bstats: true +bstats: true -models: - namespace: "modelengine" - data-send-delay: 5 - entity-view-distance: 50 - join-send-delay: 20 - entity-position-update-period: 35 - thread-pool-size: 4 - model-entity-type: BAT # must be a living entity - enable-part-visibility-models: - - example +namespace: "modelengine" +data-send-delay: 5 +entity-view-distance: 50 +join-send-delay: 20 +entity-position-update-period: 35 +thread-pool-size: 4 +model-entity-type: BAT # must be a living entity +enable-part-visibility-models: + - example -options: - debug: false \ No newline at end of file +debug: false \ No newline at end of file