Solved How to create an immobile Ender dragon in a certain place?

Discussion in 'Plugin Development' started by dp118m, Nov 4, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    dp118m

    Hello!

    I want to create several ender dragons in a particular place of my map in order to shoot a video.

    These dragons should be immobile, i. e. sit still and don't fly around, nor destroy anything.

    I want to create the dragons inside a plugin.

    How can I create an ender dragon, such that it doesn't move?

    Thanks

    Dmitri Pisarenko
     
  2. Offline

    stefvanschie

    @dp118m Add slowness 255 to them.
     
  3. Offline

    Scimiguy

    @stefvanschie
    Lol.


    @dp118m
    You really don't need a plugin, you can do this in vanilla with
    /summon EnderDragon ~0 ~0 ~0 {NoAI:1}

    If you really want to do it yourself, look for the AI nbt tag
     
    Zombie_Striker likes this.
  4. Offline

    TheNewTao

    @dp118m

    I was doing this for a custom ender dragon fight. I tried adding slowness to the ender dragon but I think bosses don't take those effects. I created a runnable that teleported them to their first location, which made it look like they were in place.
     
  5. Offline

    dp118m

    Thanks all for the help!
     
Thread Status:
Not open for further replies.

Share This Page