Updated extra options authored by Lxlp's avatar Lxlp
...@@ -153,11 +153,11 @@ A complete list of all available randomspawn options. ...@@ -153,11 +153,11 @@ A complete list of all available randomspawn options.
These options, located in MythicMobs' "config.yml"-file, are responsible for how SpawnPoints are generated on your server. It's best to use common sense when adjusting these values, as misconfigurations of this section may cause lag on your server. These options, located in MythicMobs' "config.yml"-file, are responsible for how SpawnPoints are generated on your server. It's best to use common sense when adjusting these values, as misconfigurations of this section may cause lag on your server.
```yaml
RandomSpawning: RandomSpawning:
DisableVanillaSpawns: false DisableVanillaSpawns: false
GenerateSpawnPoints: true GenerateSpawnPoints: true
MaxMobsPerChunk: 2 MaxMobsMultiplier: 1.0
SpawnRadiusPerPlayer: 64
SpawnRadiusPerPlayerY: 32 SpawnRadiusPerPlayerY: 32
DespawnLazyRandomMobs: true DespawnLazyRandomMobs: true
MaxGenerationTime: 20 MaxGenerationTime: 20
...@@ -167,7 +167,7 @@ These options, located in MythicMobs' "config.yml"-file, are responsible for how ...@@ -167,7 +167,7 @@ These options, located in MythicMobs' "config.yml"-file, are responsible for how
Sea: 2 Sea: 2
Lava: 0 Lava: 0
Ground: 0 Ground: 0
```
Examples Examples
-------- --------
... ...
......