Filled Halloween Head's!

Discussion in 'Archived: Plugin Requests' started by winter4w, Oct 27, 2013.

  1. Offline

    winter4w

    Plugin category: general

    Suggested name: Halloween Head's

    What I want: I will like this to have it so where there will be flying pumpkin heads walking around. I know this is possible because I have seen it on other servers. What I will like is that you only see the pumpkin head and you cant hit it. Please reply :D

    Also, skim-reading is much easier with paragraphs!

    Ideas for commands: /spawnhead

    Ideas for permissions: halloween.heads

    When I'd like it by: Before start of halloween
     
  2. Offline

    M4GNV5

    well i know it is possible using MCedit cause you can spawn an invisible zombie with an pumkin head riding an invisible bat...

    you also should be able to do this using the new "/summon" command...
    but /summon is 1.7...

    but i have to admit i dont know to to do a plugin for that :(
     
  3. Offline

    winter4w

    I do know a plugin where you can edit mobs and what they have I just dont know how I can make them be invisible forever.
     
  4. Offline

    Garris0n

    A really long duration invisibility potion.. Also, this would be better with pumpkin falling block entities riding invisible bats, jus' sayin'.
     
  5. Offline

    Retherz_

    Bat bat = (Bat) p.getWorld().spawnEntity(p.getLocation(), EntityType.BAT);
    Zombie zombie = (Zombie) p.getWorld().spawnEntity(p.getLocation(), EntityType.ZOMBIE);
    bat.setPassenger(zombie);
    zombie.getEquipment().setHelmet(Material.JACK_O_LANTERN);

    bat.addPotionEffect(new PotionEffect(
    PotionEffectType.INVISIBILITY, Integer.MAX_VALUE, 0));
    zombie.addPotionEffect(new PotionEffect(
    PotionEffectType.INVISIBILITY, Integer.MAX_VALUE, 0));
     
    Fred12i12i likes this.
  6. Offline

    Fred12i12i

  7. Offline

    winter4w

  8. Offline

    Retherz_

    I'm making a halloween plugin atm, it will have this + a lot more stuff :)
     
  9. Offline

    winter4w

    Ok sweet I will be glad to be a tester of it also. I will currently have it in my hub server. How long until do you think it might be done.
     
  10. Offline

    AndyMcB1

    Better get it out soon ;)
     
  11. Offline

    Retherz_

    Yeah, almost done
    Herobrine & the command left... :)
     
  12. Offline

    winter4w

    I got a Q do the pumpkins spawn like mobs???
     
  13. Offline

    Retherz_

    What??
    It is a zombie with a jack o lantern head riding a bat.
     
  14. Offline

    winter4w

    Yea and just plain zombies. Also can you set a spawner to spawn it??
     
  15. Offline

    Retherz_

    No sorry, but I could add a location and make them spawn there every X seconds
     
  16. Offline

    XD 3VIL M0NKEY

    Would it be possible to allow command block support?
    Like in Essentials /spawnmob you can specify a player.
    Maybe /flyhead <amount> [Player] and it will spawn a flying lantern at that player,
    Or coordinates support?
     
  17. Offline

    winter4w

    Yea that will be more that will fit on what I am doing :D

    How can I make it spawn tho after a certain amount of ticks (I am new to command blocks since I just make small plugins that do things lol)
     
  18. Offline

    XD 3VIL M0NKEY

    You would put
    flyhead 1 @r

    Just use a Redstone repeater loop
     
  19. Offline

    Retherz_

  20. Offline

    winter4w

  21. Offline

    Fred12i12i

    http://dev.bukkit.org/bukkit-plugins/flyinghalloweenhead/
    Working on that + i made it a skeleton ridning a bat because the zombie made 2 much sound :)
     
  22. Offline

    winter4w

  23. Offline

    XD 3VIL M0NKEY

    MercilessPvP
    Your BukkitDev page is under moderation?
    What did you do............................
     
  24. Offline

    Retherz_

    Had to change name and description
     

Share This Page