For my plugin WorldSchematics2, users have been reporting that MythicMobs spawned by the plugin only appear maybe 10% of the time. I'm not really sure whats causing it.
Here is the code for spawning the MythicMob
[API] Problems spawning mobs with MythicMobs API
Here is the code for spawning the MythicMob
Code:
void createMythicMob(Location worldLocation){ WorldSchematics.getInstance().debug("Found MythicMob in config, attempting to spawn", DebugType.MOBSPAWNING); if (WorldSchematics.getMythicMobsInstalled() == true) { Random randomizer = new...