Mythicmobs
Custom 3D models for Mythicmobs mobs
Reskinning a Mythicmob mob
You can use a custom player skin for any Mythicmob mob.
This plugin doesn't require Mythicmobs to work, but some servers might need to use it to create custom bosses and similar.
Changing the model
Create a new Mythicmobs mob configuration file in this path: plugins/MythicMobs/Mobs/custom_player.yml
(you can decide the filename).
Do not use PLAYER
as type, it causes issues with head/body rotation.
In this example I'm changing the Mythicmobs mob skin to Notch's skin.
Custom skin
Custom skinSkills
customentity{playerskin=SKIN}
Change the player skincustomentity{idle=ANIMATION}
To change the idle animationcustomentity{walk=ANIMATION}
To change the walk animationcustomentity{attack=ANIMATION}
To change the attack animationcustomentity{death=ANIMATION}
To change the death animationcustomentity{play=ANIMATION}
To play an animation right nowcustomentity{stop=ANIMATION}
To stop the current animation
Done
Last updated