Update Random Spawns authored by SharkGirl kunjang's avatar SharkGirl kunjang
...@@ -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
-------- --------
... ...
......