Add warning for "randomizeSpawn" option about the speed of chunk generation

This commit is contained in:
Allink 2022-05-20 11:15:50 +01:00
parent 69ef06fc32
commit 341e8834fc
No known key found for this signature in database
GPG key ID: 7F1F1B98F0FAAD13

View file

@ -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!"