Citizens
Custom models for Citizens NPCs
You can use a custom model as skin for any Citizens NPC.
This plugin doesn't require Citizens to work, but some servers might need to use it to create NPCs.
Set the NPC type to
ZOMBIE
:
/npc type ZOMBIE
Do not use
PLAYER
as type, it causes issues with head/body rotation.Then change the skin using the ItemsAdder command:
/iaentity citizens <id|selected> model <model>
In this example: /iaentity citizens <id|selected> model custom:barman_robot
You can make the NPC look at nearby players by using this command, more info on Citizens wiki.
/npc look

You can play an animation using this command:
/iaentity citizens <id|selected> anim play <animation>

Last modified 1yr ago