Remove spaces in example authored by Amy's avatar Amy
...@@ -157,14 +157,14 @@ A complete list of all available randomspawn options. ...@@ -157,14 +157,14 @@ 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 ```yaml
RandomSpawning: RandomSpawning:
DisableVanillaSpawns: false DisableVanillaSpawns: false
GenerateSpawnPoints: true GenerateSpawnPoints: true
MaxMobsMultiplier: 1.0 MaxMobsMultiplier: 1.0
SpawnRadiusPerPlayerY: 32 SpawnRadiusPerPlayerY: 32
DespawnLazyRandomMobs: true DespawnLazyRandomMobs: true
MaxGenerationTime: 20 MaxGenerationTime: 20
PointsPerSecond: PointsPerSecond:
Land: 5 Land: 5
Air: 0 Air: 0
Sea: 2 Sea: 2
... ...
......