Requirements:
- none, this should work on any version of MythicMobs and Spigot
Step 1
Replace all content in your VanillaMobs.yml with this:
Preventing any vanilla mob from spawning
- none, this should work on any version of MythicMobs and Spigot
Step 1
Replace all content in your VanillaMobs.yml with this:
Code:
# # This example file shows you how to change default values for # vanilla mobs. Most MythicMobs options will work here, including # skills and effects! **Despawn: FALSE does not work, though.** CREEPER: Skills: - remove @self ~onSpawn ZOMBIE: Skills: - remove @self ~onSpawn SKELETON: Skills: - remove @self...