Minecraft – Is it possible to affect NPCs from the CustomNPC mod via commands

minecraft-commandsminecraft-java-editionminecraft-mods

I am currently using the 1.8 version of Custom NPC. As I am making a map, I would like to know:

  • Can I TP an NPC using command blocks?

  • Can I clone an NPC using command blocks?

It would help me a lot if there is already a website or a video instructing ALL (or MOST) of the commands or abilities that can be done with command blocks + CustomNPCs.

Best Answer

To answer your first part of that question, you will just write /tp @e[type=Villager,r=5] x y z

Replace x y z with your coordinates.

This Video is a good tutorial: