Using MythicMobs
How to make MythicMobs handle my custom mob
If you want to make MythicMobs handle your custom mob to have more advanced features and control it's really easy!
For example I have this MythicMobs configuration:
Open your ItemsAdder .yml
file where you created the mob and to edit the replace rule like this:
It's important to set replace_mythicmob name
property to your mythicmob name.
Random chance
If you want to create custom spawn logic for your custom mob you must not use ItemsAdder rules, use Mythicmobs configuration: https://www.mythicmobs.net/manual/doku.php/tutorials/randomspawns
Warning:
ItemsAdder eggs and /iasummon command won't work for Mythicmobs custom mobs, you have to spawn them using Mythicmobs command if you want to spawn them manually.
/mythicmobs mobs spawn StaticallyChargedSheep
Complete example
ItemsAdder configuration mobs.yml
Mythicmobs configuration Mobs\example.yml
Mythicmobs configuration RandomSpawns\example.yml
Last updated