From 341e8834fcbd0a0e3c5a1bcc1d0800a5401af56e Mon Sep 17 00:00:00 2001 From: Allink Date: Fri, 20 May 2022 11:15:50 +0100 Subject: [PATCH] Add warning for "randomizeSpawn" option about the speed of chunk generation --- src/main/resources/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 2c7977a..363326b 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -3,6 +3,9 @@ allowJoinOnFullServer: true enableKick: false enableJoinRestrictions: false opOnJoin: true +# It's recommended to do this on a pre-generated world +# as chunk generation can be very slow in newer Minecraft +# versions. randomizeSpawn: false maxEntitiesPerChunk: 30 # Set to -1 to disable playerJoinTitle: "ยง7Welcome to Kaboom!"