mirror of
https://github.com/kaboomserver/extras.git
synced 2025-07-27 07:51:58 +00:00
Add warning for "randomizeSpawn" option about the speed of chunk generation
This commit is contained in:
parent
69ef06fc32
commit
341e8834fc
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ allowJoinOnFullServer: true
|
||||||
enableKick: false
|
enableKick: false
|
||||||
enableJoinRestrictions: false
|
enableJoinRestrictions: false
|
||||||
opOnJoin: true
|
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
|
randomizeSpawn: false
|
||||||
maxEntitiesPerChunk: 30 # Set to -1 to disable
|
maxEntitiesPerChunk: 30 # Set to -1 to disable
|
||||||
playerJoinTitle: "§7Welcome to Kaboom!"
|
playerJoinTitle: "§7Welcome to Kaboom!"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue