Solved Spawn a stationary Villager

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

MrRicky_

New Member
Jul 17, 2017
5
0
0
hi i need spawn a still villager for example with NoAI but with skript, but I don't want to spawn it with the effect of slowness,I need him to be completely still, even with the head
How can I write?

code_language.skript:
command /villager:
    trigger:
        spawn a villager
        set {healers::%spawned villager%} to true
        set the name of the spawned villager to "&c&lVillager"
 
hi i need spawn a still villager for example with NoAI but with skript, but I don't want to spawn it with the effect of slowness,I need him to be completely still, even with the head
How can I write?

code_language.skript:
command /villager:
    trigger:
        spawn a villager
        set {healers::%spawned villager%} to true
        set the name of the spawned villager to "&c&lVillager"

Just do it as you wrote above.
Use the NoAI nbt adding it to the last spawned entity.

skStuff has nbt support.
 
Just do it as you wrote above.
Use the NoAI nbt adding it to the last spawned entity.

skStuff has nbt support.
ok thanks, what do I have to write to don't make it move?
 
Status
Not open for further replies.