Mythicmobs
Custom 3D models for Mythicmobs mobs
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.
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.custom_player.yml
custom_player:
Type: ZOMBIE
Display: '&aCustom Player'
Health: 10
Damage: 2
Options:
MovementSpeed: 0
Silent: true
Skills:
- customentity{playerskin=https://minesk.in/5f1e7ff6409e428bb500cc9315bf7ffb} @self ~onSpawn
In this example I'm changing the Mythicmobs mob skin to Notch's skin.

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

Last modified 6mo ago