The setting "DisableVanillaSpawns: true" blocks the RandomSpawns in latest development build of MythicMobs
Summary
On my server I do not want to have vanilla mobs so normally what you do is change the setting DisableVanillaSpawns from false to true, this feature is meant to disable the spawn of minecrafts default behavior but instead in the latest version of MythicMobs (dev build) it blocks the RandomSpawns too.
Steps to reproduce
- Use RandomSpawns
- in config.yml change DisableVanillaSpawns to true and & GenerateSpawnPoints to true
- Nothing will spawn because DisableVanilla spawn will break it, to proof this point change DisableVanillaSpawns to false, and you'll notice mobs spawning perfectly fine.
Current behavior
Mobs do not spawn when having the setting DisableVanillaSpawns on true
Intended correct behavior
Vanilla mobs shouldn't spawn and the custom mobs created in MythicMobs should spawn.
Server log file
https://hastebin.com/exiwozopah.yaml
Debug log snippet
N/A
Proposed fixes N/A