24
This will teach you how to create your own custom NPCs with armor stands.
Step #1
Get a Command Block
/give @p minecraft:command_block
Step #2
Place the following command in a Impulse Command Block (normal command block).
Change the word "NAME" to what you want the name of the NPC to be (example Jay).
Then activate it.
/summon ArmorStand ~ ~1 ~ {ShowArms:1,CustomNameVisible:1,CustomName:NAME}
Step #3
You should now have an armor stand named what you changed "NAME" to.
Put armor on it and a head (optional give it a block or tool).
Step #4
Now place another Impulse Command Block (normal command block).
Place the following command below in it.
Change the word "NAME_" to what you want with _ at the end (example Jay_).
Then change where it says "MOB" to the minecraft mob you want you NPC to have the AI of (example villager, zombie, creeper)
/summon MOB ~0 ~1 ~0 {CustomName:NAME_,CustomNameVisible:1,Silent:1}
Step #5
Now place a Repeater Command Block (purple command block)
Set it from "Needs Redstone" to "Always Active".
Then Place the following command below.
Change "NAME" to what the armor stands name is (example Jay) and also change "NAME_" to what the MOB name is (example Jay_)
/tp @e[name=NAME] @e[name=NAME_]
Step #5
Place a Chain Command Block (green command block) in front of the Repeater Command Block (purple command block) having the arrow on the Repeater Command Block pointing into the Chain Command Block.
Set the Chain Command Block from "Needs Redstone" to "Always Active".
Finally now place the final command below in the Chain Command Block.
Then change "NAME_" to what you named the minecraft mob (exmple Jay_).
/effect @e[name=NAME_] minecraft:invisibility 1 1
Now you should have your very own NPC in your world.
Hope this helped you out a lot.
If the commands did not work tell me which one did not work and I will fix it as soon as possible.
thank you.
My YouuTube Channel:
www.youtube.com/channel/UCwpYDwE5ydjsFBScY5m4HlQ
Step #1
Get a Command Block
/give @p minecraft:command_block
Step #2
Place the following command in a Impulse Command Block (normal command block).
Change the word "NAME" to what you want the name of the NPC to be (example Jay).
Then activate it.
/summon ArmorStand ~ ~1 ~ {ShowArms:1,CustomNameVisible:1,CustomName:NAME}
Step #3
You should now have an armor stand named what you changed "NAME" to.
Put armor on it and a head (optional give it a block or tool).
Step #4
Now place another Impulse Command Block (normal command block).
Place the following command below in it.
Change the word "NAME_" to what you want with _ at the end (example Jay_).
Then change where it says "MOB" to the minecraft mob you want you NPC to have the AI of (example villager, zombie, creeper)
/summon MOB ~0 ~1 ~0 {CustomName:NAME_,CustomNameVisible:1,Silent:1}
Step #5
Now place a Repeater Command Block (purple command block)
Set it from "Needs Redstone" to "Always Active".
Then Place the following command below.
Change "NAME" to what the armor stands name is (example Jay) and also change "NAME_" to what the MOB name is (example Jay_)
/tp @e[name=NAME] @e[name=NAME_]
Step #5
Place a Chain Command Block (green command block) in front of the Repeater Command Block (purple command block) having the arrow on the Repeater Command Block pointing into the Chain Command Block.
Set the Chain Command Block from "Needs Redstone" to "Always Active".
Finally now place the final command below in the Chain Command Block.
Then change "NAME_" to what you named the minecraft mob (exmple Jay_).
/effect @e[name=NAME_] minecraft:invisibility 1 1
Now you should have your very own NPC in your world.
Hope this helped you out a lot.
If the commands did not work tell me which one did not work and I will fix it as soon as possible.
thank you.
My YouuTube Channel:
www.youtube.com/channel/UCwpYDwE5ydjsFBScY5m4HlQ
Credit | Mau5Craft |
Tags |
tools/tracking
3637179
6
how-to-create-custom-npcs-in-vanilla-19
Create an account or sign in to comment.
But honestly, you are looking at a tutorial for Minecraft 1.9 when the latest release is currently 1.12.2. What do you expect?
Idk why you would make your NAME_ invisible, because that refers to the mob npc.
And instead of everything you wrote, you can do:
/summon MOB ~ ~ ~ {NoAI:1}
make a smoke bomb.
with detecting name of snowball (not just execute)