Changes
Page history
Update Random Spawns
authored
Aug 14, 2021
by
SharkGirl kunjang
Hide whitespace changes
Inline
Side-by-side
Random-Spawns.md
View page @
0a5cc2d9
...
@@ -166,15 +166,20 @@ your config.yml in order to have these options added to it. Use common
...
@@ -166,15 +166,20 @@ your config.yml in order to have these options added to it. Use common
sense when adjusting these values, as misconfigurations of this section
sense when adjusting these values, as misconfigurations of this section
may cause lag on your server.
may cause lag on your server.
RandomSpawning:
RandomSpawning:
GenerateSpawnPoints: true
DisableVanillaSpawns: false
MaxMobsPerChunk: 3
GenerateSpawnPoints: true
SpawnRadiusPerPlayer: 64
MaxMobsPerChunk: 2
SpawnRadiusPerPlayerY: 32
SpawnRadiusPerPlayer: 64
DespawnLazyRandomMobs: true
SpawnRadiusPerPlayerY: 32
PointsPerSecond:
DespawnLazyRandomMobs: true
Land: 10
MaxGenerationTime: 20
Sea: 5
PointsPerSecond:
Land: 5
Air: 0
Sea: 2
Lava: 0
Ground: 0
Examples
Examples
--------
--------
...
...
...
...