Custom Mobs
Everything you need to know about custom mobs, from the management to the creation of custom properties!
Custom section explained
config.yml
Adding Custom mobs with Mythic Mobs
Cupido will automagically recognize the mobs inside MythicMobs, so, to import a mob from Mythic Mobs head over to MythicMobs/Mobs/ExampleMobs.yml and open the file.
Pick any mob of your liking, in the example we are using the "StaticallyChargedSheep"
MythicMobs/Mobs/ExampleMobs.yml
Now, head over to Cupido/mobs/custom.yml, there you'll be able to add all of your custom properties that will override the default ones set in config.yml in the "custom:" section!
Be sure to put the exact same name we set in Mythic Mobs! ("StaticallyChargedSheep" )
mobs/custom.yml
Last updated